Overview of uploading data to database with WAMP
This document explains the procedure to connect Arduino System to a Server and then make an HTML request to update the database. Here are the following steps:
1. Arduino makes a HTTP request through a Php file and passes the data to these files(Php language is used to talk to server)
2. Php files contain necessary information to connect to database and then pass the values to database(using mysql statements) given by the Arduino System.
3. Finally temperature table in the database gets updated with the data .