I have created a PHP-site which basically is a site with some forms for MySQL-input.
This is how it looks right now. Pretty simple, fill it in and click submit to enter the data into the database.
https://i.sstatic.net/74uDQ.jpg
This is how I want it to look and work. I wan't it to be able to send multiple querys to the database with only one submit-button.
https://i.sstatic.net/DXZkR.jpg
So the question is.. how do I solve this problem in the most simple and efficient way?