I was using PHP 3 and i hadn´t got problems passing parameters from one page to another, but now I'm using PHP 4.3.1, and when I pass a parameter, the variable is empty in the other page.
I call de other page like this:
new_page.php?aux=1
When I try to use the variable aux in new_page.php, it's empty.
Is it a PHP 4 problem, or there is another way to pass a parameter? I'm confused because it works in PHP 3.
Thanks