I need a script coding (preferably in PHP, but not essential) that will:
1. Read a column within a MySQL database
2. Read the “ID” column in the database and grab the ID from each row
3. Use this ID and find the ID within a text file (that I have)
4. Take the corresponding name that is next to the ID within the text file
5. Use this ‘name’ to grab the page http://example.com/’name’ (I will give specifics to the person who I choose to do the project.)
6. Find specific data within this web…
