
December 29th, 2011, 06:47 PM
|
|
Registered User
|
|
Join Date: Dec 2011
Posts: 2
Time spent in forums: 31 m 28 sec
Reputation Power: 0
|
|
How to remotely FTP data to individual fields of MySQL database?
I have an embedded microcontroller with an iWiFI application that permits me to FTP data to a website via the internet. What I want to do is to FTP specific data items to specific fields in a remote MySQL database I have set up on a website. I currently do this by FTPing each of the data elements to separate .txt files on the website, but this then requires someone to login and refresh the webpage so that its .php file will run and read the new data values from the files to their respective fields in the database.
I want a more direct way of doing this so that the webpage doesn't have to be refreshed to execute the .php script that reads the .txt files into their database fields.
Can anyone advise me how to do this.
|