How to refresh page after saving with saved data
I have a page with a form. After making changes, I want the changes saved and the form refreshed to show those changes.
After pressing the Submit button, how do I make a page refresh with the saved changes (I have the code for updating the table)?
"<form action="" method="post" enctype="multipart/form-data" name="form1" id="form1" width="600px">"