Page 1 of 1

Mid, Right, Instr

Posted: Mon Feb 23, 2004 5:43 am
by Straterra
Are there any equivilant functions in PHP to the VB functions of Mid, Right, and Instr? I am looking through the string functions in the manual, but see nothing.

Posted: Mon Feb 23, 2004 6:20 am
by Illusionist
[php_man]substr()[/php_man]
[php_man]strpos()[/php_man]