Hi I am following the project…
ESP32/ESP8266 Insert Data into MySQL Database using PHP and Arduino IDE, and have purchased the StableHost plan and have gone through all the processes detailed in the tutorial. I try this from the tutorial …
// Your Database name $dbname = "example_esp_data"; // Your Database user $username = "example_esp_board"; // Your Database user password $password = "YOUR_USER_PASSWORD";
After adding the database name, username and password, save the file and continue with this tutorial. If you try to access your domain name in the next URL path, you’ll see the following:
example-domain.com/post-esp-data.php
But all I and get is an error message in my browser that says I cannot reach this page. I have tried my Stable host domain name inserted where “example” is with no luck. What may I have done wrong??