29.01.2014, 18:50
Did you replace the @ by a space perhaps?
str_replace("@", "", YourEmail);
Should do it.
The second parameter is just an empty string: "".
str_replace("@", "", YourEmail);
Should do it.
The second parameter is just an empty string: "".