Hi

Single quote's in strings entered via a text input field are subsequently 
appearing with what appears to be an escape character -

comm\'ents

how can i correct this?  I've tried
htmlspecialchars($string, ENT_QUOTES);
and
htmlentities($string, ENT_QUOTES);

but these don't seem to work (maybe its me).

Thanks

Javier


_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


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

Reply via email to