Printable View
Hi, please help i need functions similar to VB functions Instr, Mid, Left, Right in php.
strpos() for InStr(), substr() for the other three.
Quote: Originally Posted by kows strpos() for InStr(), substr() for the other three. Thanks :)