I've got the following line of code
CODE
echo "<meta content=\"0; URL=index.php\" http-equiv=\"Refresh\" >";
which works fine running on my pc. However, when i upload it on here all the escape characters (\) for some reason get removed and the code becomes:
CODE
echo "<meta content="0; URL=index.php" http-equiv="Refresh" >";
which is obviously a bit of a problem.
Is there a reason why this could be happening? I can't see a way round it.
I've tried FTP'ing the files, i've tried editing them directly in the control panel, and i've had no luck with either.
