RE: [PHP] refresh function?

2002-09-11 Thread Peter Houchin
yeah have a look at ur meta tags.. ie meta refreash -Original Message- From: Peter [mailto:[EMAIL PROTECTED]] Sent: Thursday, 12 September 2002 1:56 PM To: [EMAIL PROTECTED] Subject: [PHP] refresh function? Hi, Is there a function that will auto refresh a page? Thanks in

Re: [PHP] refresh function?

2002-09-11 Thread Paul Nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, There sure is!:) /* 60 = Time in  seconds */ header(Refresh: 60; URL=http://www.php.net;); (http://php.net/header) ~Pauly On Wednesday 11 September 2002 11:56 pm, Peter wrote: Hi, Is there a function that will auto refresh a page? Thanks

Re: [PHP] refresh function?

2002-09-11 Thread Chris Shiflett
The Refresh HTTP header is not an official part of the HTTP specification, so be very wary using it. Chris Paul Nicholson wrote: There sure is!:) /* 60 = Time in seconds */ header(Refresh: 60; URL=http://www.php.net;); -- PHP General Mailing List (http://www.php.net/) To unsubscribe,