Publisher Bucks |
03-20-2022 12:13 AM |
File upload issue :/
So in my .php file the code looks like this:
Quote:
<li><a href="account.php">Login To Your Account</a>
<li><a href="join.php">Sign Up For An Account</a>
|
But when I go to edit the file on the server, the code looks like this:
Quote:
<li><a href=’account.php’>Login To Your Account</a>
<li><a href=’join.php’>Sign Up For An Account</a>
|
I have re-uploaded in both binary and ASCII modes, but the same thing is happening, any ideas why? :Oh crap
This has just started happening this morning, could it be an issue with the host do you think?
I'm using CuteFTP to upload the files if that is of any importance.
|