views:

18

answers:

0

I'm trying to create a script using php that will pull data from various sections of a website and place the date in one easy to read location. I need it to be able to read the page and pull fresh data as it comes in and I also need it to be able to take data off of the page it sends it to after I click on it and refresh the page. The data I am trying to pull is a link to another page.

For example, say a website creates 50 new links spread out throughout its website in specific locations. I want the script to be able to read those locations, grab the links and place them in the spot I specify. From there, I want to be able to click those links and have them remain on the page until I refresh. If someone else is perusing the page at the same time I am and clicks the link after I click it, I need it to be able to tell them that the link has already been clicked.

I have a very basic knowledge of php. not enough to do all of this on my own, so I was wondering if I could get some help