Ok.....I have a new question...
When I send a email using the mail() function, anytime there is a apostrophe, it is sent with an escape character:
isn't --> isn\'t
Is there something I need to do before the email is sent to prevent this? Or does this depend on the mail application the server is using?
--MaKO

