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 HTM

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

2002-04-28 Thread Stuart Dallas
Menu Loaned Equipments Add New Equipment -- END CODE -- 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 :

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 start

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-Co