Can anyone suggest a quick function that will automatically strip spaces & apostrophes from a string in PHP.
I am just need to remove any unwanted stuff from a string before it is used as an email address.
eg.
$email = "myname'[email protected] "; // need to remove the apostrope & empty space