As a disclaimer, I have no Java experience, just digging around this morning looking for a direction to a solution hopefully.
I currently have a .php that I use to pull info out of a single row in a mssql db that is updated with info from a production process. I have that entire page set to refresh every 5 seconds to show current data.
That works fine, but I'd like to take it to the next level by adding a graphic showing the system and locate the numbers where they should be instead of just in a table.
I found one example showing a clock that updates (kinda like on nist.gov) and that's essentially what I'm needing, but to pull out of the mmssql db.
Can anyone point me in the direction I need? Just the automatically updating field so I can see if it's way over my head (probably is right now), may stick with the .php page if it is.
Thanks.
I currently have a .php that I use to pull info out of a single row in a mssql db that is updated with info from a production process. I have that entire page set to refresh every 5 seconds to show current data.
That works fine, but I'd like to take it to the next level by adding a graphic showing the system and locate the numbers where they should be instead of just in a table.
I found one example showing a clock that updates (kinda like on nist.gov) and that's essentially what I'm needing, but to pull out of the mmssql db.
Can anyone point me in the direction I need? Just the automatically updating field so I can see if it's way over my head (probably is right now), may stick with the .php page if it is.
Thanks.