View Single Post
  (#3 (permalink)) Old
travellinglad travellinglad is offline
Reseller
travellinglad is on a distinguished road
 
Posts: 81
Join Date: Dec 2005
Thumbs up Re: PHP Magic quotes - 16/02/2007, 3:51 PM

Is this something I could myself or would I be best paying for someone to change the script.

There's two occassions when the \' appears, in the meta tag, i.e.

PHP Code:
<title><? echo $field;?> travel guide</title>
When the $field is Cote d'Azur I get the slash appear

Also when I enter the
PHP Code:
<? echo $field;?>
within the content it comes with a slash too.

Do I simply add stripslashes() to the script?

Thanks for the advice.
Reply With Quote