losing variables when I post form using redirect
redirect works, but I am not sure what format of code goes where it states
/ Form processing here /
Page1
<form action="process.php" method="post">
<!- Rest of form here ->
<INPUT TYPE="submit" NAME="Submit" VALUE="Submit">expired
test </form>
page 2
<?
header('Location:index.php');
/ Form processing here /
?>