For some reason I can't add stuff to my database....
This is the code I have.. well after making the connection.. I do have $User, $Pass, $Email in the code before so that is not the problem.. I think..
$query= "insert into members (User, Pass, Email, Date) VALUES (USER('".$User."'), PASSWORD('".$Pass."'), '".$Email."', CURDATE() )";
$result= mysql_query($query);
$db->query($query);
could someone help me fix this.. because nothing is inserted into my table..