Jump to content

Strange


LiamProductions

Recommended Posts

Hey.

 

I've been fixing some errors on my script now im getting this error i'm not sure what it means so please help:

 

Fatal error: Call to undefined function VALUES() in /home/liam/public_html/registerdone.php on line 56

 

Like 56 and afterwards is:

                                      VALUES ('"'.addslashes($user).'", 
                                               "'.md5($pass).'",
                                               "'.addslashes($email).'",
                                               "'.addslashes($sport).'",
                                               "'.addslashes($IP).'",
                                               "'.addslashes($date).'",') or die(mysql_error());
                                      echo "Successfully Registered!";               

                                       mysql_close($connection);
			}
		}
		}
		}	
	}
	}
}
}
?>

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.