View Single Post
  #1 (permalink)  
Old 07-09-09, 10:23 PM
orange orange is offline
New Member
 
Join Date: Jul 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
php inventory save data problem

hi,

i have a problem with my php inventory system. when I trying to add new data its shows

Quote:
INSERT INTO `site_users` (`user_id`,`user_name`,`user_login`,`user_password `,`user_level`,`user_email`) VALUES('','fendi','fendi','test',0,'fendi@yahoo.co m')Incorrect integer value: '' for column 'user_id' at row 1
I only can add data thru SQL queries. i try to make id as null but still cannot...
Reply With Quote