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...
