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: alt text http://img248.imageshack.us/img248/2457/screenshot20100805at001.png
I only want to store the Username, Password and Email Address at this stage.