now I have a site that with every javascript call it adds and extra ' which I am told is due to the magic quotes.
I found a post saying you could turn them off with .htaccess but when I tried I get a 500 server error.
Is there anything else I can do? how to rewrite the following code?
Code: Select all
<td><a href="Javascript:bookmark('{siteName}', '{siteURL}')" class="footerColorSet1">Bookmark us </a></td>javascript:bookmark(''PHPizabi'', ''http://www.mysite.com/directory'')
and causes an error