In a Form with post method insert data into database multiple times using submit button?

By | June 19, 2014

Please use header() function

header(‘Location:index.php’); // you can use the location as the page where you are posting data

Eg: form with post method in a page index.php

and its action will be save.php—here in the save.php file use the header function.