Refreshing browser content upon expiration of time interval
Posted: Mon Jun 17, 2002 8:44 pm
Am I able to update data on a window based on the expiration of an interval of time?
for example: the code below displays:
Sydney, Australia - Tuesday, 18 June 2002 11:35AM (based on the PHP date function).
How am I able to force this to refresh in the browser say at an interval of 1min?
Any assistance would be greatly appreciated.
- Andrew
for example: the code below displays:
Sydney, Australia - Tuesday, 18 June 2002 11:35AM (based on the PHP date function).
Code: Select all
echo "Sydney, Australia - ".date("l, j F Y g:iA");Any assistance would be greatly appreciated.
- Andrew