So I would like to send raspberry pi internal temp sensor data to my server, this way : Between 30 Min. ,would raspberry open this web page: http://myserver.com/temp.php?temp=[temp] [temp] would be replaced with temp. celcius value. Then, my webpage would save the data to MySql db, for example Is th...