or submit the variables as hidden inputs in a form. and used either $HTTP_GET_VARS, or $HTTP_POST_VARS to access them.
Jason DeRose wrote:
Can I send variables in the header without setting up a session? I dont want to send it in the URL because I don't want users to be able to change it.
Thanks again!
Jason