Parse HTML on a web page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jamesandjennie
Forum Newbie
Posts: 1
Joined: Thu Mar 10, 2011 8:59 am

Parse HTML on a web page

Post by jamesandjennie »

I have a project in which I want to pull RSS feeds, but I want to pull a picture from the page in the link.
does anyone out there have a code snip of something that would be able to parse a news story page?
User avatar
akuji36
Forum Contributor
Posts: 190
Joined: Tue Oct 14, 2008 9:53 am
Location: Hartford, Connecticut

Re: Parse HTML on a web page

Post by akuji36 »

Hello

Take a look at this link (mentions simplepie rss feed ):

http://css-tricks.com/video-screencasts ... simplepie/
Post Reply