I'm passing variables from a form (using GET method) to another page. But in the second page i'm not able to access the variables using a simple statement such as:
echo $username;
(Apache will log the error as username undefined).
I can get at the variable using $HTTP_GET_VARS.
Thanks in advance,
sukunya