Page 1 of 1

Pass values to diferent php files

Posted: Wed Feb 21, 2007 4:29 am
by hmsg
Hi ppl

I have a script that redirects the url using the header() function. But i need to pass the value of a variable to the url where it will be redirected, but i need that this value passed hidden so i coul don't pass him by the GET method neither i have a form, is there any other way of making this? is possible to create a POST variable without a form?

Whit the best regards

Hugo Gomes

Posted: Wed Feb 21, 2007 4:32 am
by dhrosti
You might be able to use $_SESSION[''] variables.