Hi all,
I tried to pass a value from a page to another but it seems like the target page couldn't get the value. Is there something special i must do if i pass value via a Header command?
header("Location: Realmdisview.php?pass=$parentid");
I use the following code to retrive the $parentid
$_REQUEST['pass']
But the script (Realmdisview.php) is displayed without having the value
Any help / comment is appreciated.Thanks.