Arduino ethernet webclient php script and mysql

OK,

First you have to fix the webserver to work properly. Build two php pages, one with a form in which you can fill in two fields - time and temperature - and a second one to process the data posted and stores it into a database.

If the form works you can let the Arduino's do the posting. An example of the layout of a POST command can be found here: