Why is this not working, is there something wrong with my sql, I can get it to work one at a time, but not all at once here is a sample.
INSERT INTO Cart_Images VALUES (6, 'delete', 'shoppingcart/images/cart/delete.gif', 'delete option image', 'Check box to delete option', 0)
INSERT INTO Cart_Images VALUES (23, 'Submit Button', 'shoppingcart/images/cart/submit_button.gif', 'Submit button', 'Submit', 0)
Thanks in advance