The error : syntax error, unexpected T_STRING
But I checked all string objects and they worked separately..
mysql_query("INSERT INTO downloadlogs(id, name, ip, time) VALUES('" . $Gid. "', '" . $nFile . "', '" . $IP . "', '" . date("l jS \of F Y h:i:s A") . "')")or die(mysql_error());
I checked this with TextPad and I saw that the syntax was right.. so I don't know what is the problem...
Thank you in advanced.