SHT15 + graphing on cacti...plzzz help

Hey guys

I have been working with SHT15 and Arduino Uno(EtherTen) (in windows) to sense the temperature and humidity of a room. I programmed it, to display the current temperature and humidity on to a web server. I want to graph the temperature and humidity history on cacti or another graphing tool. And display the graphs on to the webserver. Please help...

Cheers

Since you've already got the Arduino talking to the web server, all that remains is to store the data and graph it. I used Perl, MySql and Google charts to do this. Obviously, many other options exist.