Home › Forums › Mayfly Data Logger › Connecting to the Internet › Reply To: Connecting to the Internet
2018-04-22 at 12:24 PM
#12254
There’s a lot of things that could cause your data to now show up in the table, either on the Arduino end or the server/PHP end. Have you tried visiting the URL using your web browser to make sure you’re able to post data to the table using a properly formatted URL? If you can do it with a browser, then you know your PHP code is right and the issue is with your Arduino sketch. But if you can’t add data to the table via your browser, then you’ll need to fix your PHP code on the server.