posting with form would hide them from the url, but he didn't say he was using a form.
or encode them somehow and make the part of the url, and then process the url in the target page. there are a bunch of ways to do that, depending on how well you want the info hidden.
look up 'md5', 'base64_encode', & 'crypt' in the php.net docs, or on the docs here. read the comments etc. for some discussion.
cheers,
-ben