That's actually an HTML function. Just insert this in the <HEAD>...</HEAD>
tags:

<meta http-equiv="refresh" content="2;URL=www.php.net">

If you want it to refresh itself, use:

<meta http-equiv="refresh" content="2">

In either case, replace "2" with the number of seconds to wait from the time
the page finishes loading before refreshing.


Lewis


"Peter" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>   Is there a function that will auto refresh a page?
>
> Thanks in advance,
> -Peter
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to