|
Posted by spaceman33 on 08/13/05 12:30
Hi.
Tried searching Google, but not with much success.
I am looking for a PHP equivalent of the common Mid$ command, found in VB
etc.
eg, I have $page containing a lot of text, $a will be the for next variable,
so I am looking for something like:
for a=1 to len($page)
if mid$(page,a,4)<>"User" then goto 444
do some stuff
444
next a
Any response appreciated.
Cheers.
Navigation:
[Reply to this message]
|