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? 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. 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
Archived
This topic is now archived and is closed to further replies.