Bbliksted Posted September 1, 2006 Share Posted September 1, 2006 HelloI'm relatively new to php... I'm trying to pass variables when using a page redirect header(location:page.php)I know how to pass visible variables, something like: header(location:page.php?var=7)but is there a way to pass the variable in a hidden form? Quote Link to comment https://forums.phpfreaks.com/topic/19380-how-to-pass-hidden-variables-when-using-headerlocation/ Share on other sites More sharing options...
wildteen88 Posted September 1, 2006 Share Posted September 1, 2006 if you dont ant to pass the variables in the url use a session or a cookie. Quote Link to comment https://forums.phpfreaks.com/topic/19380-how-to-pass-hidden-variables-when-using-headerlocation/#findComment-84095 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.