Page 1 of 1

Insert Multiple data in a multiple table in MYSQL

Posted: Wed Mar 14, 2018 9:06 pm
by lambutan
hello guys im newbee i want to ask you if my query is correct to insert multiple data in a multiple table in a single query
datai.png
This i iwant to input some data
descript.png
Anyone can help me this

Re: Insert Multiple data in a multiple table in MYSQL

Posted: Thu Mar 15, 2018 11:35 am
by Christopher
You need to use the mysqli->multi_query() function.