Insert Multiple data in a multiple table in MYSQL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lambutan
Forum Newbie
Posts: 1
Joined: Wed Mar 14, 2018 8:54 pm

Insert Multiple data in a multiple table in MYSQL

Post 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
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Insert Multiple data in a multiple table in MYSQL

Post by Christopher »

You need to use the mysqli->multi_query() function.
(#10850)
Post Reply