hide current url

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
srdva59
Forum Commoner
Posts: 77
Joined: Sun Feb 15, 2009 10:58 am

hide current url

Post by srdva59 »

hi,
i have seen some pages that we click in some links and the url
on top of browser stay the same
how can i do that?
thanks for your help
example of what i ask:

http://www.centroportimao.com
Reviresco
Forum Contributor
Posts: 172
Joined: Tue Feb 19, 2008 4:18 pm
Location: Milwaukee

Re: hide current url

Post by Reviresco »

It's not hidden, it's probably a redirect with header:location:

http://us.php.net/header
srdva59
Forum Commoner
Posts: 77
Joined: Sun Feb 15, 2009 10:58 am

Re: hide current url

Post by srdva59 »

ok, thanks for your help :)
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: hide current url

Post by requinix »

If the browser is being redirected then it will show up in the address bar.

That site is using frames.
Post Reply