I'm trying to allow users to register with the site I am creating, however the code I am using is not working and I need you're help.
$registerquery = mysql_query("INSERT INTO users (Username, Password, EmailAddress) VALUES('".$username."', '".$password."', '".$email."'");
Database:
I only want to store the Username, Password and Email Address at this stage.