the exact error is
" ERROR: You have an error in your SQL syntax near 'with, place, price, info, tickets, day, month, year, date, ticketmaster, ticketw' at line 1 INSERT INTO gigs (with, place, price, info, tickets, day, month, year, date, ticketmaster, ticketweb, wayahead, type) VALUES ('','','','','','1','2','2003','','2003-02-01','','','','Live') "
i was thinking that it might be the whole reserved words thing too, but i use a similar script on another site and its fine with the day/date variable things...
is there a limit to the number of variables that can be passed from script to script?