Hey simple (but incredibly frustrating) problem: i'm using the header function to redirect users as follows:
header ("Location: ./agreement.php?name=$name&alias=$alias&productID=$radProductID");
exit;
In IE, it works beautifully. Netscape, however, is dropping the querystring. I have no idea why. Can anybody help me either figure out how to stop it from dropping the qstring, or alternatively, suggest a work-around?
Many thanks in advance!!!!
-dje