My question is i have a Form person enters infor they hit submit it Goes to my php script does its Thing and stays there how do i get it to return to the Form page i have Tried.
header ("members1.php"); //return to members1.php form
Thanks I found it header('Location: page.php');