Jump to content

[SOLVED] Why do I keep getting this fuckkrign error?...


3raser

Recommended Posts

This is starting to piss me off.

 

Column count doesn't match value count at row 1

 

$write = mysql_query("INSERT INTO posts VALUES ('','$ownername','$ownerpassword', '$ip', '', '', '', '', '2', '')") or die(mysql_error());

 

id int(11) No auto_increment

username varchar(10) latin1_general_ci No

password varchar(32) latin1_general_ci No

ip varchar(30) latin1_general_ci No

signature longtext latin1_general_ci No

postcount int(11) No

points int(11) No

banned int(11) No

staff int(11) No

email varchar(50) latin1_general_ci No

 

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.