$r2 = mysql_query("INSERT INTO log (ip, username, password) VALUES ('$ip','$username','$password')" or die(mysql_error());
I am getting a parse error on that line. Can someone please see what is going on there? I can not find the error.. I have re-wrote the code over and still same thing... Thanks!