view source
Using Bootstrap Modal with AJAX to import data from MySQL
Recently, I am working with my college minor project. I am building VDC (Village Development Committee) Online Information System. I am using PHP, Bootstrap and MySQL with some addition of jQuery and AJAX to make this a complete project. So, I am building a dashboard to show all data into a table by importing data from MySQL database using PHP, where I have also added an Edit button at the end of each row that opens up a Modal box, displaying and allowing the admin to alter information and update the database.
Advertisement