Good day
I have a modal on my PHP file containing a table of the MySQL table. On the modal, I do an insert on the MySQL database table. Once I hit the save button the modal closes and the PHP webpage displays but the table contents does not update.
Is there a way to accomplish this without reloading the page?