I am creating a webpage and on it there are several tables generated by a php script pulling info from a MYSQL table. There are also several forms that allow a user to add/edit/delete information from the MYSQL table. The actions the forms are supposed to perform are working properly. But, the changes only appear when I view the table in my PUTTY terminal.
In short, how do I make my PHP script automatically reflect the changes made to the table it is pulling data from?