Re: [PHP] Auto refresh when data changed in Mysql

2002-04-28 Thread The_RadiX
You could use Headers to tell the browser to expire the page now.. header (Expires: Mon, 1 Jan 1990 05:00:00 GMT);// Date in the past header (Last-Modified: . gmdate(D, d M Y H:i:s) . GMT); // always modified header (Cache-Control:

Re: [PHP] Auto refresh when data changed in Mysql

2002-04-28 Thread Simonk
I have added the code, but it turn out : Warning: Cannot add header information - headers already sent by (output started at C:\Inetpub\php\hospital_equipment.php:5) in C:\Inetpub\php\hospital_equipment.php on line 6 Warning: Cannot add header information - headers already sent by (output

RE: [PHP] Auto refresh when data changed in Mysql

2002-04-28 Thread Stuart Dallas
-- HTH, Stuart -Original Message- From: Simonk [mailto:[EMAIL PROTECTED]] Sent: 28 April 2002 20:33 To: [EMAIL PROTECTED] Subject: Re: [PHP] Auto refresh when data changed in Mysql I have added the code, but it turn out : snip The_radix [EMAIL PROTECTED] wrote in message 000501c08528

Re: [PHP] Auto refresh when data changed in Mysql

2002-04-28 Thread David Freeman
On 28 Apr 2002 at 20:32, Simonk wrote: I have added the code, but it turn out : Warning: Cannot add header information - headers already sent by (output started at C:\Inetpub\php\hospital_equipment.php:5) in C:\Inetpub\php\hospital_equipment.php on line 6 [etc] Here is my full HTML