I want to check a string to see if it has a ' in it, if it does i want to preform a task.
So how to so see if
$str = "This is my string, it's kind of cool";
Has a ' in it which it does?
[man]strpos[/man]