SmileeTiger
Programmer
I just finished redirecting a user to a web page by using:
header("Location: studoptions.php?StudentNumber=$StudentNumber" //Send them to the student //options screen
exit;
However I don't want the student number to show up in the URL but I still want to pass the variable to the next page. How can I do this?
Cory
header("Location: studoptions.php?StudentNumber=$StudentNumber" //Send them to the student //options screen
exit;
However I don't want the student number to show up in the URL but I still want to pass the variable to the next page. How can I do this?
Cory