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
Share on other sites

you insert the mysql code whenever you need it. if you're doing this processing in process.php, insert the connection there. you may find it helpful to have this connection code saved in a separated file, then include this file when needed.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.