Re: [PHP] header() + link..

2001-08-31 Thread * RzE:

Original message
From: Ashwin Kutty [EMAIL PROTECTED]
Date: Thu, Aug 30, 2001 at 10:51:20PM -0300
Message-ID: [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 (quoteBesides 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

-- 

* RzE:


-- 
-- Renze Munnik
-- DataLink BV
--
-- E: [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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] header() + link..

2001-08-31 Thread Ashwin Kutty

Hi,

I thought as much.. And no, dont want to use frames.. Id rather just have the
URL shown in the Location Field..

I do realise, there is no real way to ever hide the URL, however, I just dint
want to make it too obvious for the users to bookmark or pass around to people
who are not authorized to view the page..

However, thanks for the reply..

* RzE: wrote:

 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 (quoteBesides 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

 --

 * RzE:

 -- 
 -- Renze Munnik
 -- DataLink BV
 --
 -- E: [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: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] header() + link..

2001-08-31 Thread * RzE:

Original message
From: Ashwin Kutty [EMAIL PROTECTED]
Date: Fri, Aug 31, 2001 at 10:44:04AM -0300
Message-ID: [EMAIL PROTECTED]
Subject: Re: [PHP] header() + link..

 Hi,
 
 I thought as much.. And no, dont want to use frames.. Id rather just have the
 URL shown in the Location Field..
 
 I do realise, there is no real way to ever hide the URL, however, I just dint
 want to make it too obvious for the users to bookmark or pass around to people
 who are not authorized to view the page..
 
 However, thanks for the reply..

/Original message

Reply

Ehmmm... You say that people who aren't authorized aren't allowed to
see the page (which makes sense ;). I don't know ofcourse how you
take care of things, but for me it's no problem if unauthorized
people get URL's where they shouldn't look. I mean... the server
just denies access. Problem solved!

/Reply

-- 

* RzE:


-- 
-- Renze Munnik
-- DataLink BV
--
-- E: [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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] header() + link..

2001-08-30 Thread Ashwin Kutty


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..


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]