Think i messed the SQL's up when i was making them, here, use thesei get error :PHP:#1136 - Column count doesn't match value count at row 1
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
('5015209','619','5015209','gm_minecraft09','10','0','0','10''),
('5015210','619','5015210','gm_minecraft10','10','0','0','10'),
('5015211','619','5015211','gm_minecraft11','10','0','0','10'),
('5015212','619','5015212','gm_minecraft12','10','0','0','10'),
('5015213','619','5015213','gm_minecraft13','10','0','0','10'),
('5015214','619','5015214','gm_minecraft14','10','0','0','10'),
('5015215','619','5015215','gm_minecraft15','10','0','0','10'),
('5015216','619','5015216','gm_minecraft16','10','0','0','10'),
('5015217','619','5015217','gm_minecraft17','10','0','0','10'),
('5015218','619','5015218','gm_minecraft18','10','0','0','10'),
('5015219','619','5015219','gm_minecraft19','10','0','0','10'),
('5015220','619','5015220','gm_minecraft20','10','0','0','10''),
('5015221','619','5015221','gm_minecraft21','10','0','0','10'),
('5015222','619','5015222','gm_minecraft22','10','0','0','10'),
('5015223','619','5015223','gm_minecraft23','10','0','0','10'),
('5015224','619','5015224','gm_minecraft24','10','0','0','10'),
('5015225','619','5015225','gm_minecraft25','10','0','0','10'),
('5015226','619','5015226','gm_minecraft26','10','0','0','10');
its not work anyway ...Think i messed the SQL's up when i was making them, here, use these
Code:INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('5015209','619','5015209','gm_minecraft09','10','0','0','10''), ('5015210','619','5015210','gm_minecraft10','10','0','0','10'), ('5015211','619','5015211','gm_minecraft11','10','0','0','10'), ('5015212','619','5015212','gm_minecraft12','10','0','0','10'), ('5015213','619','5015213','gm_minecraft13','10','0','0','10'), ('5015214','619','5015214','gm_minecraft14','10','0','0','10'), ('5015215','619','5015215','gm_minecraft15','10','0','0','10'), ('5015216','619','5015216','gm_minecraft16','10','0','0','10'), ('5015217','619','5015217','gm_minecraft17','10','0','0','10'), ('5015218','619','5015218','gm_minecraft18','10','0','0','10'), ('5015219','619','5015219','gm_minecraft19','10','0','0','10'), ('5015220','619','5015220','gm_minecraft20','10','0','0','10''), ('5015221','619','5015221','gm_minecraft21','10','0','0','10'), ('5015222','619','5015222','gm_minecraft22','10','0','0','10'), ('5015223','619','5015223','gm_minecraft23','10','0','0','10'), ('5015224','619','5015224','gm_minecraft24','10','0','0','10'), ('5015225','619','5015225','gm_minecraft25','10','0','0','10'), ('5015226','619','5015226','gm_minecraft26','10','0','0','10');
Thanks everyone
when i try to add them in cata_items i get this
You must be registered for see images attach