I have a script passing value to a next php page, but the value
appears in the headder, making it visible. How do I hide the value?
header("Locatio n:http://$HTTP_HOST/$DOCROOT/registration_su ccess.php?useri d=$userid");
Appreciate any pointer.
TIA
Sam
appears in the headder, making it visible. How do I hide the value?
header("Locatio n:http://$HTTP_HOST/$DOCROOT/registration_su ccess.php?useri d=$userid");
Appreciate any pointer.
TIA
Sam
Comment