Quote:
Originally posted by supersimon
i cant run tha database modifactiosn i get errors
SQL-query : [Edit]
INSERT INTO store VALUES (NULL, 'steal', 'Crime and punishment', '0', '0', 'thief.gif', 'It is not caught - not the thief', 'Y')
MySQL said:
Column count doesn't match value count at row 1
|
Look above post#93 and change to
PHP Code:
INSERT INTO store VALUES (NULL, 'steal', 'Crime and punishment', '0', '0', 'thief.gif', 'It is not caught - not the thief', 'Y','0')