Results 1 to 3 of 3

Thread: [RESOLVED] instr, mid, right, left functions

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2007
    Posts
    912

    Resolved [RESOLVED] instr, mid, right, left functions

    Hi,
    please help
    i need functions similar to VB functions Instr, Mid, Left, Right in php.

  2. #2
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629

    Re: instr, mid, right, left functions

    strpos() for InStr(), substr() for the other three.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2007
    Posts
    912

    Re: instr, mid, right, left functions

    Quote Originally Posted by kows View Post
    strpos() for InStr(), substr() for the other three.
    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width