Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Slashes being added in front of apostrophes


chrishajer
Participant

@chrishajer

larmir, do you have an example URL where we can register and test this out? Also, does Dreamhost have a phpinfo() where we could see about magic_quotes_gpc and magic_quotes_runtime? If they do not have that file, can you create a file on your server called info.php or phpinfo.php (name does not matter so long as you know it) and then, in that file, put this:

<?php

phpinfo();

?>

That will give all sorts of useful information, including your magic_quotes settings.

Thanks.

Skip to toolbar