Jump to content

Live data feed


Briant142

Recommended Posts

I have created a webpage to accept live feed of data by vendor "posting" the data to my url using the following code

[code]$input = array();
$input['email'] = $_POST['email'];
$input['source'] = $_POST['source'];
$input['ts'] = $_POST['ts'];
$input['ip'] = $_POST['ip'];[/code]

I have created a database and a table.  How do I reference the database and table in my website to store the data posted to the database I have created?
Link to comment
https://forums.phpfreaks.com/topic/15216-live-data-feed/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.