Hello:
I want propagate variables in a PHP script without using form neither propagate values in URL. I want to hide in the HTML source.
For example, I must propagate session ID ... and whant to hide it. (as soon as is possible).
If there is a PHP with a form, and outside this I wrote something like:
echo "HTTP_*???["hello"]=10";
when the form is send, PHP can "see" variables from form and the variable "hello", that has de value 10.
The very big problem is I don't remember the exact word.
If there is someone who can help me, I will be very grateful.
Paul