RE: [PHP] GoTo URL Function?

2001-08-20 Thread Jeff Oien

http://www.php.net/manual/en/function.header.php

 Hi,
 
 I am sure there is an easy way to do this...
 
 But when my script is done doing whatever I want it to do - RATHER than
 print text and all to a page, I want the browser (within the same window) to
 go to a specific URL
 
 Can this be done - let's say for example to: http://www.yahoo.com
 
 Thanks!
 
 Roy
 
 
 
 
 -- 
 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] GoTo URL Function?

2001-08-20 Thread Tyler Longren

header(Location: http://location.com/blah.php;);

--
Tyler Longren
Captain Jack Communications
[EMAIL PROTECTED]
www.captainjack.com



On Mon, 20 Aug 2001 13:56:25 -0500
RoyW [EMAIL PROTECTED] wrote:

 Hi,
 
 I am sure there is an easy way to do this...
 
 But when my script is done doing whatever I want it to do - RATHER than
 print text and all to a page, I want the browser (within the same
 window) to
 go to a specific URL
 
 Can this be done - let's say for example to: http://www.yahoo.com
 
 Thanks!
 
 Roy
 
 
 
 
 -- 
 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]