I am taking values from sensor at an interval of 1 second. These values are being stored in MySQL DB. This is an automatic process.
Now I have made a website(free hosting) to show these values. The problem is, to see the updated values i have to refresh the browser. But I want the values to update automatically without refreshing the browser.
I am using PHP and MySQL
I have searched online and I saw some AJAX tutorials. But in those tutorials, you have to do something(Press a button) to update the values without refreshing the page. I want to update the values as soon as they are updated in the DB automatically.
Any help would be appreciated.