Insert Multiple data in a multiple table in MYSQL
Moderator: General Moderators
Insert Multiple data in a multiple table in MYSQL
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
This i iwant to input some data
Anyone can help me this
- 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
You need to use the mysqli->multi_query() function.
(#10850)