filmov
tv
Insert Multiple data in MySQL database using PHP and Wamp server for beginners
Показать описание
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.
Most important for multiple records insertion you should make sure to use mysqli_multi_query(,) function instead of regular query function.