Page 1 of 1

strpos()

Posted: Sun Mar 06, 2005 10:52 am
by Shendemiar
Any nice functions to do strpos() with pre-strpos versions of php?

Posted: Sun Mar 06, 2005 11:16 am
by John Cartwright
strpos() is (PHP 3, PHP 4 , PHP 5) ...

For the love of god, time to upgrade.

Posted: Mon Mar 07, 2005 7:35 am
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

Posted: Mon Mar 07, 2005 9:05 am
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.... :?