RE: [PHP] Setting a 'life-time' clock to a displayed information

2004-01-01 Thread Larry Brown
The timer on the client browser would have to be done in some client-side language. On the server side you can place any order information that is out with a supplier in a db field along with the time it was pulled. When the next supplier submits a request, the db is parsed for pending jobs who

Re: [PHP] Setting a 'life-time' clock to a displayed information

2004-01-01 Thread Raditha Dissanayake
This is not a php question, the simplest way to do this is with meta refresh. ike strong wrote: Hi all, I'm interested in finding out a way to set a time limit to a displayed information - i.e. the displayed information will sieze to appear to a viewer's browser once a set time period is reache