Ok, so I wrote an email script that takes a form and sends it to an email address. Problem is this:
When someone types an apostrophe ( ' ), the php formats it somehow and adds a slash in front of it. So when I get the email it looks something like this:
I/'m going to town tonight. That/'s mine.
What could I do to take out the "/"?
Thanks for the help.
~Brett