Jump to content

Unknown column 'password' in 'field list' HUH??!?!


sodascape

Recommended Posts

I've checked, everything is the same:
[code] $doquery = "INSERT INTO customers (id, username, password, newuser, email, fullname, birthday, city, state, zip, country)
VALUES ('0', '$username', '$password', '0', '$email', '$fullname', '$birthday', '$city', '$state', '$zip', '$country')";
$doit = mysql_query($doquery); [/code]
so in your table customers you have all those fields. and is the field 'id' the primary key? also, is it set to auto_increment. if it isn't...i suggest you do, then you dont have to worry about it in your insert statements.
so your absolutley sure that your table customers has the field 'password'?
Thank you, I'm an idiot and had the wrong table.....  I got it working........HOWEVER, I am still having a problemw with another posting I made, it's called ARRAYS and SESSIONS.... if you could check that one out, it'd be greatly appreciated.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.