On my script I want to do this:
mysql_query("INSERT INTO pages_temp VALUES ('mult_id'', '$name', '$date' where templateid='$the_stupid_id', $connect)";
So instead of putting the query 3 or even 5 times, can I do a for loop, and if so, how do I do it?
Thanks.