hey all having problems iwth mysqli insert statements, anyone have aclue, here's my problem. |
$mysqli = new mysqli($host, $user, $pass, $db_Name); |
$mysqli->query("INSERT INTO USER (USERID, USERNAME, USERPASSWORD, USERFIRSTNAME, USERLASTNAME, USERADDRESS, USERCITY, USERSTATE, USERZIPCODE, USERCOUNTRY, USERPHONE1, USERPHONE2, USERFAX, USEREMAIL) VALUES ('NULL', '{$email}', '{$pass}', '{$fName}', '{$lName}', '{$address}', '{$city}', '{$state}', '{$zip}', '{$country}', '{$phone1}', '{$phone2}', '{$fax}', '{$email}'{ |
all variables here are set, and USERID is auto_increment, zip, phone1, phone2 and fax are numbers, ALSO userid is PK |
[TD}]Everything appears to dubmit but the info id not reflected in the database.[/TD]
Last edited: