Hello,
I have a search string of 3"CC which comes out 3\"CC with
magic_quotes_gp c set to on. I'm having a difficult time passing the
search string along the url or in a cookie. I've read on php.net of
other programmers who have written a function to add or strip the
slashes regardless of whether magic_quotes_gp c is set to on or not.
Can someone please give some suggestions or a good resource where I
can learn more about how to do this?
Thanks so much for your help!!
Aaron;
I have a search string of 3"CC which comes out 3\"CC with
magic_quotes_gp c set to on. I'm having a difficult time passing the
search string along the url or in a cookie. I've read on php.net of
other programmers who have written a function to add or strip the
slashes regardless of whether magic_quotes_gp c is set to on or not.
Can someone please give some suggestions or a good resource where I
can learn more about how to do this?
Thanks so much for your help!!
Aaron;
Comment