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.