This video will tells you that how to insert multiple records or data in MySQL database on PHPmyadmin using PHP and Wamp server, it also show you how to create a MySQL connection and close the connection.
Most important for multiple records insertion you should make sure to use mysqli_multi_query(,) function instead of regular query function.