when passing a variable to another page(or same page) i often use newpage.php?id=5
This then selects item 5 from the dbase(or whatever). This all works fine, however the user is left with 'newpage.php?id=5' in their address bar.
is there a way to pass the variable and retrieve the data whilst keeping the address bar at 'newpage.php'
Thanks in advance,
Hugh