strpos()

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
Shendemiar
Forum Contributor
Posts: 404
Joined: Thu Jan 08, 2004 8:28 am

strpos()

Post by Shendemiar »

Any nice functions to do strpos() with pre-strpos versions of php?
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

strpos() is (PHP 3, PHP 4 , PHP 5) ...

For the love of god, time to upgrade.
Shendemiar
Forum Contributor
Posts: 404
Joined: Thu Jan 08, 2004 8:28 am

Post by Shendemiar »

Phenom wrote:strpos() is (PHP 3, PHP 4 , PHP 5) ...

For the love of god, time to upgrade.
Heh LOL i couldnt agree more! Unfortunately it's not up to me
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Dude I really think you're not gonna get that working...

Been looking for all kinds of way to do it with regexps etc but even regexps were not supported PHP <3... All the string functions pretty much were non existent in pre <3 neither.

I'll be interested to see if somebody has a way.... :?
Post Reply