[PHP] Re: refresh a php page

2002-09-06 Thread Kondwani Spike Mkandawire


Meltem Demirkus [EMAIL PROTECTED] wrote in message
001b01c2559c$11d3af60$5583@hiborya">news:001b01c2559c$11d3af60$5583@hiborya...
 Hi,

 Is it possible to refresh a php page by a code?Or I should use meta or
 javascript?.

 thanks

 meltem


Most of the responses I get when I ask Qs of messing with the
browser is that php is not capable of this coz it is a Server Side
tool.  Hence my inclination would lead me to say this cannot
be done (You'd have to use javascript most likely)...  I maybe
wrong though...  Just responding wrt the responses that I got
from the tons of posts that I have posted in the past...

Spike...



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




[PHP] Re: refresh a php page

2002-09-06 Thread nicos

You can use header() : header(Refresh: time; URL:http://php.net);
Or in javascript: A HREF=#
onclick=document.location.reload();return(false)BRefresh/B/Abr
(on click)
Or in meta : META HTTP-EQUIV=REFRESH CONTENT=time

--

Nicos - CHAILLAN Nicolas
[EMAIL PROTECTED]
www.WorldAKT.com - Hébergement de sites Internet

Meltem Demirkus [EMAIL PROTECTED] a écrit dans le message de
news: 001b01c2559c$11d3af60$[EMAIL PROTECTED]
 Hi,

 Is it possible to refresh a php page by a code?Or I should use meta or
 javascript?.

 thanks

 meltem




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