Does any of you know how to mask a URL in php?? Like the one you see in free URL redirectional services
I mean I have a url like http://www.my-server.com/
which will redirect me to
by the following PHP command
header("location: "); But I want the URL in the address bar of my browser to show only this URL
Is this possible??
`