PHP MySQL Insert Multiple Records.

In PHP, you can insert multiple records into MySQL Database mysqli_multi_query() function. Multiple SQL statements must be executed with the mysqli_multi_query() function.

Code :