The use of the ESP8266 in the world of IoT

User avatar
By sean_intez
#12634 I have a PHP server the logs the data and saves them to the sql database.
at the moment I can log a new data to the server if I put this URL in my internet browser:
www.myserveraddress.com/db.php?val1=humidity&val2=temp

now I would like the esp8266 send these data every minute.
I tried to use espconn_sent() function but I don't know how to prepare the arguments for that function.