Forum Moderators: coopster

Message Too Old, No Replies

Header("Location":$variable here); Question

         

Modern Merlin

9:30 pm on Aug 20, 2008 (gmt 0)

10+ Year Member



I am currently using this php code

if($numrows < 0){
header("Location:".$nouser);
exit;//abort php script
}

and two others for redirects depending on information in the database.

It works beautifully and is coming along nicely. However I need to know if there is a way to pass a variable for $_POST for the next php page as I need it to continue to process the account.

I have looked at [us3.php.net...] and unless I am blind (which is entirely possible ;)) I cant seem to find the answer to my question.

If someone can point me in the right direction that would be great! Thanks!

MM

Modern Merlin

11:07 pm on Aug 20, 2008 (gmt 0)

10+ Year Member



Actually I figured it out. I am using $_SESSION to pass it... Thanks anyways :)

MM