I have seen a lot of website can hide the url parameters (like http://foo.bar.com/hello.php?world=php&name=php) not to be show in the browser's navigation bar.
after clicking on the above link, the navigation bar may only show "http://foo.bar.com/"
how can this be done?
Thanks a lot
Julian