How to take content from other site's div

Hi I’m complete noob at php so it’s hard to get answer on my own.

I want to take a content from specific div on other www to avoid manual change every update. Its for list of files and their translations with versions so that people can be sure they match each other.

[code]


1.3.01
Latest version
[/code]

It’s not hard to do and theirs plenty of examples on how to do this…

Just search for “Screen Scrapping php” or “Web Scrapping PHP” in google - A few tutorials should come up.

I would suggest using simple html dom class for scraping. It’s pretty simple to use. Since your a beginner, it would be a lot easier than coming up with pregs and custom algorithms to find the section you are looking for.

Sponsor our Newsletter | Privacy Policy | Terms of Service