Posted by frizzle on 12/28/05 22:53
Hi there,
I'm trying to filter a big string.
For that, i need the opposite of strpos.
Strrpos doesn't work with strings as 'needle',
i found strripos does accept strings as 'needle',
but that's only from PHP 5. I only have Version 4.3.11.
Any clues out there?
Thanks. Frizzle.
[Back to original message]
|