new_to_php Posted June 19, 2007 Share Posted June 19, 2007 Hi , stripos is not supported in PHP4. How can I do case INsensitive strpos in PHP4 ? $Position = strpos($data,$searchWord); above is case sensitive Is there any work around in PHP4 ? Quote Link to comment https://forums.phpfreaks.com/topic/56193-regarding-stripos/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.