Hi
How can I search a paragraph for one or more sentences using PHP ?
Thank you
Hi
How can I search a paragraph for one or more sentences using PHP ?
Thank you
Well, you'll probably want to use "preg_match()" if possible (requires knowledge of regular expressions though). "strstr()" works too if you know exactly what you want to find.