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.