Hi!
I'm trying to update a database from the arduino mega wih an ethernet shield but it will not work. I have a php file called add.php that takes in two variables and then connects to the database to create a new row with the two. When I enter google chrome or IE and type in www.*************.add.php?temp1=100&hum1=12 the database updates "temp1" and "hum1" with the integers 100 and 12. Now I want to do the same from the Arduino. Can anyone see what is wrong with the code?