[PHP] Re: quotes in text strings

2002-10-02 Thread Erwin
Javier Montserat wrote: > 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_QUO

[PHP] Re: quotes in text strings

2002-10-02 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > 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)