:Blob
08-10-2006, 12:52 PM
Ok, well im editing my cons.php, and I get this:
Parse error: syntax error, unexpected T_DNUMBER in /home/shake/public_html/Upload/Upload/cons.php on line 10
I know what is wrong with it, but i dont get this:
Ok, i save one line (line 10) as this:
$ip = $_SERVER['REMOTE_ADDR']; // Gets the users IP address
But when It saves, it turns to this:
66.79.162.235 = $_SERVER['REMOTE_ADDR']; // Gets the users IP address
Why..?
Parse error: syntax error, unexpected T_DNUMBER in /home/shake/public_html/Upload/Upload/cons.php on line 10
I know what is wrong with it, but i dont get this:
Ok, i save one line (line 10) as this:
$ip = $_SERVER['REMOTE_ADDR']; // Gets the users IP address
But when It saves, it turns to this:
66.79.162.235 = $_SERVER['REMOTE_ADDR']; // Gets the users IP address
Why..?