Temperature sensor, Server, html

Hello everyone! I'm having this project for school and I should send the info received from a temperature sensor to a server. I'm having a hard time with the basic notions here, but basically, there should be a html page that acceses this info somehow and posts it to a server so that it can be acceses from any other computer.
I could use any guidance, please. My main problem (I think so far) is accesing the data from arduino(the temperature) with html and displaying it in a chart.
Thanks a lot!!! :slight_smile:

you should go through the examples in the tutorial section.
All the code snippets you need are there (depending on you temperature sensor) just need to merge them.