We have sensors around the building that monitor the temp and humidity and save the data to a text file on our server. We would like to be able to use this data to create a line graph based on choosing the day or period selected. I assume this data will have to be imported to a database, then use php to display the line graph based on the selected data. Anyone having idea how to do this please answer this post. We already have php and mysql on server so that is not an issue. Just wondering how this would be accomplished for example: display line graph of temp and humidity for June 2-18, 2009. Or show line graph of temps from 12:00am Monday to 11:59pm Friday. Any help appreciated
P.S. The sensors write to the text file about every 15 minutes, every day. (constantly monitoring).