Im trying to send data from the raspberry pi to my website, where i can then process the data using php and place the data into a database. Im doing it this way to offload some of the work onto the server, rather than doing it all on the PI. I keep running into Connector.open permission error. I hav...