-->
Page 1 of 2

NODEMCU sends data to HOST (godaddy) using POST method

PostPosted: Fri Sep 01, 2017 6:01 am
by invisible008
Hello guys!
I'm newbie here.
May I ask a few question? I wanted to send my DHT11 data to my webserver(godaddy). and I've already created mysql connection to database and a target directory for inserting the data to database :D I want some advice and things that I must do. Thanks :) :D :D
Here is the codes:
Nodemcu codes:
Image
Image
Image

I've created the codes under my own website folder because there are many domain sites under this host.
Php codes:
Image

Insert codes:
Image

Response when I try to run my nodemcu:
Image

Re: NODEMCU sends data to HOST (godaddy) using POST method

PostPosted: Sat Sep 02, 2017 10:30 am
by martinayotte
All your images are invisible ...
And what is your questions ?

Re: NODEMCU sends data to HOST (godaddy) using POST method

PostPosted: Sat Sep 02, 2017 5:47 pm
by QuickFix
Please don't [ IMG ]-tag imgur-pages: it doesn't work.
Please don't post images of code, just copy and paste them here on the forum encapsulated between [ CODE ]-tags. :idea:

Welcome on the great world of internet forums @invisible008. :D

Re: NODEMCU sends data to HOST (godaddy) using POST method

PostPosted: Wed Sep 06, 2017 11:17 am
by invisible008
martinayotte wrote:All your images are invisible ...
And what is your questions ?


Hahahaha sorry, I have already answered my own problem. I do have another question , is it possible for a nodemcu give its own location through latitude and longitude without using any gps module. I've already tried geolocation based on IP address, but it gets the IP address of my ISP. Thanks :)