I have a website that is driven with PHP/MySQL. On one of the pages, there are sensor values that I want to have refreshed at a given interval. Is there an easy way for me to query the database and update ONLY the sensor values, without refreshing the entire page? How do I do this?
Thanks.
Thanks.