Question, search string for specified text. Thank you
Posted by rarevideoexchange on 03/20/07 01:19
Hi, I have $string = "LONG STRING OF STUFF....."
How do I run a search on the $string for something like "FOOD", and if
it exists, any case upper/lower, if FoOd exists in $string it results
a 1 or 0 if not. Can someone please help me with?