If you need to extract information from remote webpages you can read this article about how to do it with PHP and XPath. The autor explains how extracting information can be very easy and it can be done in no time (less then 5 minutes) with the mentioned tools and without the use of regular expressions.
You May Also Like
Interest for PHP is declining ?
- Laszlo Bodor
- March 25, 2009
Google Insights for Search is an interesting tool, it allows you to take a look at what people are serching for in different parts of the world and how is…
A comparation between Typo3 and Drupal
- Laszlo Bodor
- November 3, 2008
Working in web development often requires the use of different CMS packages that have certain advantages or disadvantages. At work Typo3 and Drupal are the most often used content management…
PHP sucks? No. Programmers suck!
- Laszlo Bodor
- May 23, 2008
I was reading someday on a blog that PHP sucks, today i read it on another blog. It doesn’t matter on what blogs. They don’t deserve to be mentioned here. …
Learn to say “No”
- Laszlo Bodor
- June 9, 2010
All too often i receive emails or inquiries from people on how much would some website that they imagined would cost and how long it would take for me to…
A lesson to be learned in software development
- Laszlo Bodor
- December 22, 2009
I’ve just read a great and insightful article on Wired about the development of a game that was never finished and it was canceled after 12 years of development. The…
PHP support may be on the way in Google App Engine
- Laszlo Bodor
- October 30, 2008
Rumor has it that Google is adding support for a new runtime language for Google App Engine. If you take a closer look at their roadmap you can see that…
1 comment
Have you looked at YQL. You can query regular broken html content with xpath. Then use the result in Yahoo Pipes I suppose …