Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

GPRS Datalogger to webpage

Status
Not open for further replies.
Joined
Dec 4, 2012
Messages
4,280
Helped
822
Reputation
1,654
Reaction score
791
Trophy points
1,393
Location
Bangalore, India
Activity points
0
I am doing a GPRS datalogger. I am sending some strings to webserver using GPRS modem. I want to store this data at the server and able to see the data in a webpage using browser. What are the requirements? Should I create a webpage for the webserver IP?

Actually I am sending sensor datas to webserver and I need to see them on a webpage on my browser. How should I proceed with the Front end designing?
 

A simple HTTP POST to a PHP script would get the data to your site. Example:
Code:
http://yoursite/log.php?string=stuff+goes+here&auth=blah

Displaying that data depends on your data.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top