Re: apostrophe problem

[email protected] ("Kae Verens") Fri, 25 Jan 2002 12:46:06 -0000
Newsgroups php.lang
Message-ID <[email protected]>
Stanley <[email protected]> wrote in message
news:[email protected]...
> hi all,
>
> can anyone tell me how to prevent "apostrophe" problem with php script?
> my script can upload and submit the message,
> but system are not allow the files with apostrophe and all message add "\"
> before apostrophe..

http://www.php.net/manual/en/function.stripslashes.php

Kae