On Jan 27, 2008 1:27 PM, jekillen <[EMAIL PROTECTED]> wrote:

> Hello:
> I have a form that has a textarea and I do not want to
> disallow the use of single quote as apostrophe, or
> for any other normal stylization. So I am using html
> entities to change these characters into html entities.
> But the function does not remove the escapes added
> by the browser when sending the input.
> Is there a special function in php for removing the \ escapes
> as well?


stripslashes()

-nathan

Reply via email to