Re: [PHP] Multiple MySQL INSERT into loop

2008-02-07 Thread Jim Lucas
Rob G wrote: I'm working on this, and am not sure how the variable syntax needs to be here. This is what I have done manually. //BEGIN EXAMPLE mysql_query (INSERT INTO testimonials (id, quote, name) VALUES ('$id_1', '$entry_1', '$name_1')); mysql_query (INSERT INTO testimonials (id, quote,

[PHP] Multiple MySQL INSERT into loop

2008-02-06 Thread Rob G
I'm working on this, and am not sure how the variable syntax needs to be here. This is what I have done manually. //BEGIN EXAMPLE mysql_query (INSERT INTO testimonials (id, quote, name) VALUES ('$id_1', '$entry_1', '$name_1')); mysql_query (INSERT INTO testimonials (id,