Re: [PHP] Any PHP equivalent of Macromedia ColdFusion's location tag?

2002-03-27 Thread webapprentice
urray" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 27, 2002 12:24 AM Subject: Re: [PHP] Any PHP equivalent of Macromedia ColdFusion's location tag? > > Hi Mr. Lerdorf, > > I look forward to you upcoming O'Reilly PHP book. =) > > &

RE: [PHP] Any PHP equivalent of Macromedia ColdFusion's location tag?

2002-03-26 Thread Jason Murray
ow, freak later!" > -Original Message- > From: webapprentice [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 27, 2002 4:25 PM > To: Rasmus Lerdorf > Cc: James; Jason Murray; [EMAIL PROTECTED] > Subject: Re: [PHP] Any PHP equivalent of Macromedia ColdFusion's

Re: [PHP] Any PHP equivalent of Macromedia ColdFusion's location tag?

2002-03-26 Thread webapprentice
TED]>; "Jason Murray" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 27, 2002 12:01 AM Subject: Re: [PHP] Any PHP equivalent of Macromedia ColdFusion's location tag? > So use a Javascript meta-refresh > > On Wed, 27 Mar 2002, webapprentice wrote:

Re: [PHP] Any PHP equivalent of Macromedia ColdFusion's location tag?

2002-03-26 Thread webapprentice
D]> Sent: Tuesday, March 26, 2002 10:20 PM Subject: Re: [PHP] Any PHP equivalent of Macromedia ColdFusion's location tag? > header("Location: http://www.google.com";); > replace that url with the page you want it to go to > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Any PHP equivalent of Macromedia ColdFusion's location tag?

2002-03-26 Thread Jason Murray
> Is there any PHP function that works like ColdFusion's location tag? > After a certain execution, I wish to leave the current PHP > page entirely and go to another page. Is this possible? That's a HTTP Header, so you want to use the ... Header() command. A Location header is what does the re