I am looking for an automated way to pull data from a webpage and have it populated into MySQL database. I will also need a front end that displays the information.
I need a process that looks at our Google docs inventory spreadsheet, retrieves a product model number, add’s it to the end of a URL on manufactures website and pulls that products information into MySQL.
The Google doc is updated daily, so the task would need to be done daily.
For example:
The script would visit our …
