Re: [PHP] header() + link.. From: * R&zE: (renze <email protected>)
Date: 08/31/01

<Original message>
From: Ashwin Kutty <akutty <email protected>>
Date: Thu, Aug 30, 2001 at 10:51:20PM -0300
Message-ID: <Pine.A41.3.95.1010830225009.59478D-100000 <email protected>>
Subject: [PHP] header() + link..

>
> Hi,
>
> Is there a simple way to hide the redirect url when using the header
> function? I would like for the script url or even the form url to remain,
> but not the redirected url.. Besides printing the page in the script
> itself, would there be any other way?
>
> Any help is appreciated..
>
> thanks..

</Original message>

<Reply>

There's actually no good way to achieve it in a different way. You
could include/require the new page, but that's actually what you
don't want (<quote>Besides printing the page in the script
itself</quote>).
But there is a different way to do it. It concerns the frame-layout,
though. 'Cause if you use frames, the URL of one of the frames will
not be shown in the location bar. But then you'll have to use
frames, which I don't know if you want.
One thing I can tell you though... of a page that's being shown, you
cannot hide the URL. Never.

</Reply>

-- 

* R&zE:

-- »»»»»»»»»»»»»»»»»»»»»»»» -- Renze Munnik -- DataLink BV -- -- E: renze <email protected> -- W: +31 23 5326162 -- F: +31 23 5322144 -- M: +31 6 21811143 -- -- Stationsplein 82 -- 2011 LM HAARLEM -- Netherlands -- -- http://www.datalink.nl -- ««««««««««««««««««««««««

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>