""david forums"" <dforums@xxxxxxxxxxx> wrote in message news:op.stwdo2u7kmgc14@xxxxxxxxxxxxxxxxxxxxxxxx > well I see two way. > > First is to make a php script without end, which will run continuously. I don't recommend this way at all. Why take up all that energy > > second way is to add refresh html tag, in your page, or a js script to > reload automaticaly. Much better and simpler idea, you can use an http header to do this. http://4umi.com/web/html/httpheaders.htm has a list of them Third idea, which may be overkill, depending on how important this information is, how many people will be accessing it, and whether people _need_ to see it real time. set up a cron job/scheduled task to read the db value every 30 seconds, say, and write out a flat html page with the latest data in. This is only of value if your db is getting hammered by requests. I only really mention this as it's the Open Golf Championship this week, and I used to work on their live scoring app, which pretty much worked as above. > > I'm not seeing other solution in php. > > regards > > Le Thu, 14 Jul 2005 02:27:47 +0200, Miguel Guirao > <miguel.guirao@xxxxxxxxxxxxxxx> a écrit: > > > > > > > Hello people, > > > > I need to have a web page (PHP) that displays a status about electric > > facilities, this status is read from a database (MySQL), the thing is > > that > > these status may change from time to time in the DB so I need to re read > > the > > DB and display the according status on the web page. > > > > So, Is there a way to refresh or reload the page every 10 minutes > > automatically? > > > > Regards, > > > > ----------------------- > > Miguel Guirao Aguilera > > Logistica R8 TELCEL > > Tel. (999) 960.7994 > > Cel. 9931 600.0000 > > > > > > Este mensaje es exclusivamente para el uso de la persona o entidad a > > quien esta dirigido; contiene informacion estrictamente confidencial y > > legalmente protegida, cuya divulgacion es sancionada por la ley. Si el > > lector de este mensaje no es a quien esta dirigido, ni se trata del > > empleado o agente responsable de esta informacion, se le notifica por > > medio del presente, que su reproduccion y distribucion, esta > > estrictamente prohibida. Si Usted recibio este comunicado por error, > > favor de notificarlo inmediatamente al remitente y destruir el mensaje. > > Todas las opiniones contenidas en este mail son propias del autor del > > mensaje y no necesariamente coinciden con las de Radiomovil Dipsa, S.A. > > de C.V. o alguna de sus empresas controladas, controladoras, afiliadas y > > subsidiarias. Este mensaje intencionalmente no contiene acentos. > > > > This message is for the sole use of the person or entity to whom it is > > being sent. Therefore, it contains strictly confidential and legally > > protected material whose disclosure is subject to penalty by law. If > > the person reading this message is not the one to whom it is being sent > > and/or is not an employee or the responsible agent for this information, > > this person is herein notified that any unauthorized dissemination, > > distribution or copying of the materials included in this facsimile is > > strictly prohibited. If you received this document by mistake please > > notify immediately to the subscriber and destroy the message. Any > > opinions contained in this e-mail are those of the author of the message > > and do not necessarily coincide with those of Radiomovil Dipsa, S.A. de > > C.V. or any of its control, controlled, affiliates and subsidiaries > > companies. No part of this message or attachments may be used or > > reproduced in any manner whatsoever. > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php