Possible Duplicate:
How to: URL re-writing in PHP?
How can I keep the same url in the address bar for every page?
I am using a query string to pass information to a page but do not want the string to appear in the browser address bar.
www.mysite.co.uk?lp=catlist
is loaded but I just want the address bar to show
www.mysite.co.uk
Is there a way of doing this?
Thanks