I don't think there is a reasonable way to do what I would like, but I thought I would ask for suggestions anyway as you never know!
I am creating a checklist for our department which consists of checks which are carried out roughly every hour. Is there a way so that if one user selects that he has carried out a check (clicks on a submit button which sets a flag in the database), then for the other users who may have the checklist page open, the page refreshes and shows that as checked.
The obvious way to pull it off would just be to have the page automatically refresh every 10 seconds or so, but this looks messy (screen reloading / flickering) and will also greatly increase the load on the webserver and database.
Any ideas? It must be possible as our call logging system is built with PHP and if someboy logs a call to yourself, then the call is added to your call list on your screen! How I don't know!😕