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.