View Single Post
Old 2010-03-04, 02:32 PM   #17
DIVAD3
I'm going to the backseat of my car with the woman I love, and I won't be back for TEN MINUTES
 
DIVAD3's Avatar
 
Join Date: Aug 2009
Location: Up-Sate NY !
Posts: 79
Send a message via ICQ to DIVAD3
I am questioning this part of things as well. Because I don't understand why I have nothing stated as far as a email would be concerned if I am having the values and password indicating something. The actual Register php page has a place for an entry of a email.
http://www.detailzusedcars.com/us-au...4/register.php and this page also indicated a failure to connect to database as the login page does.

This is from the register.php:

Quote:
// Fields are clear, add user to database
// Setup query
$q = "INSERT INTO `dbUsers` (`username`,`password`,`email`) "
."VALUES ('".$_POST["admblogdetailzus"]."', "
."PASSWORD('".$_POST["OLIVIAlynn616"]."'), "
."'".$_POST["email"]."')";
// Run query
$r = mysql_query($q);

Last edited by DIVAD3; 2010-03-04 at 02:49 PM..
DIVAD3 is offline   Reply With Quote