Mid, Right, Instr

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Straterra
Forum Regular
Posts: 527
Joined: Mon Nov 24, 2003 8:46 am
Location: Indianapolis, Indiana
Contact:

Mid, Right, Instr

Post 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.
Illusionist
Forum Regular
Posts: 903
Joined: Mon Jan 12, 2004 9:32 pm

Post by Illusionist »

[php_man]substr()[/php_man]
[php_man]strpos()[/php_man]
Post Reply