passing hidden variables using directs
Posted: Tue May 14, 2002 3:30 pm
I'm trying to do something like this:
ob_end_clean();
header("Location: file.php?variable=whatever");
exit;
The only thing is that I want to pass the variable but NOT pass them through the URL (hidden), how do I do this?
Thanks
Tim

ob_end_clean();
header("Location: file.php?variable=whatever");
exit;
The only thing is that I want to pass the variable but NOT pass them through the URL (hidden), how do I do this?
Thanks
Tim