i've been using the header("...") approach myself, but
was curious to see if there's a builtin PHP function that
will accomplish the same thing....
im a kind-of new PHP programmer, and havent really
been exposed to too much of the language yet,
but i found it quite odd that such a function seems to
be absent from the core language, since it's a web
based language... and moving a browser from one
URL to another is quite common among web scripts.
> -----Original Message-----
> From: Chris Lee [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 16, 2001 20:01
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] Can PHP execute a refresh to a new page?
>
>
> HTTP can also tell a broswer to 'refresh'
>
> <?
> header("Location: http://$SERVER_NAME$PHP_SELF");
> ?>
>
>
> --
>
>
> Chris Lee
> Mediawaveonline.com
>
> em. [EMAIL PROTECTED]
>
> ph. 250.377.1095
> ph. 250.376.2690
> fx. 250.554.1120
>
>
> ""Kenneth R Zink II"" <[EMAIL PROTECTED]> wrote in message
> 014501c09890$cf4322d0$[EMAIL PROTECTED]">news:014501c09890$cf4322d0$[EMAIL PROTECTED]...
> Can PHP execute a refresh to a new page?
>
> If so, how?
>
> Thanks.
>
> Kenneth R Zink II [EMAIL PROTECTED] ICQ# 5095094
> '87 2.8L TBI GMC S-15 Ext. Cab (Hurricane) ...524 in the works !!!
> http://www.s-series.org/htm/windstorm/project-windstorm.htm
> '85 3.4L Carbed Chevy S-10 Blazer (FireStorm) ...Soon to be 3.4L SFI DIS !!!
> http://www.s-series.org/htm/firestorm/firestorm.htm
> Racing by the Grace of God!!
>
>
>
>
> --
> 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]