Posts by Will • 1 point
1 post
-
-2
votes3
answers918
viewsA: How to do multiple Inserts at once?
You are entering duplicate Ids into the table vendaproduto and vendaservico. If the column "id" is auto-incremental you can omit the ID column. It would look like this: mysql_query("INSERT INTO…