Greetings!
There is a php file that i uploaded in the htdocs folder. this file is for the purpose of entering data into a database. Is there any way to know that this file has been successfully uploaded to my website?
A tutorial that im following says this:
Edit www.yourdomain.com
(for char server[]
) to the domain you are hosting insert_mysql.php (not the full path to the file)
inser_mysql.php is the file that i have uploaded in the htdocs folder. So, what should i write here in place of the domain? My website or the link that i see when i open the htdocs folder in file manager or my ftp hostname?
There is an other line that says this:
Edit the POST url to match the path to insert_mysql.php
client.println(“POST /insert_mysql.php HTTP/1.1”);
My question is again the same. What do i write in place of post.
It would be very helpful if someone can answer these things. Thanks in advance!