in reply to Re: (jeffa) 2Re: Inserting values into a MySQL database
in thread Inserting values into a MySQL database
just a note that i've found the "insert into table set" syntax more reliable than the standard forms for mysql. not portable, of course, but you can use placeholders in the statement. one of the reasons i started moving away from mysql.