$registration = mysql_connect("localhost", "root", "*****")
or die (mysql_error());
mysql_select_db("registration", $registration);
$sql = "INSERT INTO users (username, password) VALUES ('lwl392011', 'freeboosie')";
mysql_query($sql, $registration);
i cant figure out why my usernmae and password wont submit to my database