Repair Script Errors. 14.07.08
I need a php wiz to fix a couple of errors my parking script is having.
<ERROR 1>
In the site management section, there are textboxes where I paste in my ad codes. These ad codes are are usually
<script language=”JavaScript”.
The script is backslashing the quotation marks every time you save, so you end up with something like:
<script language=\\\\\\\\\\\\\\\”JavaScript\\\\\\\\\\\\\\\” src=\\\\\\\\\\\\\\\”
I need a fix for the multiple backslashes.
</ERROR 1>
_________________________________________
<ERROR 2>
When submitting the site management page, the code seems to be slipping in commas around the </script> so, after submission, the code now has a
</script>,<script
where i paste in my <script language=”JavaScript”
code multiple times so my rotation code will appear multiple times.
I need a fix for this mysterious comma that is appearing after submission.
</ERROR 2>



