Posted by the only io on 12/09/05 06:36
"Janwillem Borleffs" <jw@jwscripts.com> wrote:
> Dent wrote:
> > Hello,
> >
> > Is there any need in any case to escape " and ' in just plain sending
text via mail()
> > function? (in the messages's body).
> >
> > Just plain paranoia...
> >
>
> No, there isn't.
>
>
> JW
>
Uhm, perhaps there is a way after all: what about addslashes()?
addslashes() will definitely escape the " and ' and just about every other
special character.
The problem here is to get something to reverse the effect on the other side
with stripslashes()
[Back to original message]
|