<meta http-equiv="refresh" content="X, http://www.Y.EXT";>
Being:

X - number of seconds
Y - domain
EXT  -type of domain (.net, .pt, .com, .org, etc...)


In PHP you use it also, or you may go to same location as an header (double
check where to do it...):

header("Location: http://www.where_I_am_right_noe.something/this/that/etc";);

Cheers,

bsantos

"Shaun" <[EMAIL PROTECTED]> wrote in message
news:20021111112327.79700.qmail@;pb1.pair.com...
> hi,
>
> How do you refresh a page in php?
>
> If i cannot wat is the code or meta(i think) to do so?
>
> Thanks
>     Shaun
>
>



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

Reply via email to