ron.php wrote:

> I am trying to set up a form which will send e-mails for "late breaking
> news" and urgent e-mailings.
> 
> If I have "Today's news" in the subject line on the e-mail it comes out
> with "Today\'s news" --- how can I prevent this from happening?
> 
> Ron

Check your magic_quotes_gpc setting, probably on and would be better off. Of
course this may create havoc with database queries if you aren't already
ignoring it and using the appropriate escaping for whatever db you use.



Cheers
-- 
David Robley

Entropy isn't what it used to be.
Today is Setting Orange, the 36th day of Bureaucracy in the YOLD 3173. 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to