Re: [PHP] Parsing Content

2002-03-07 Thread James Arthur
On Tuesday 05 Mar 2002 15:07, Erik Price wrote: On Monday, March 4, 2002, at 06:10 PM, Jonathan Duncan wrote: I want to make a web site that displays news headlines from my favorite news sites. PEAR has an RSS headline class that's dead easy to use and works for RDF files.

Re: [PHP] Parsing Content

2002-03-05 Thread Erik Price
On Monday, March 4, 2002, at 06:10 PM, Jonathan Duncan wrote: I want to make a web site that displays news headlines from my favorite news sites. The way that you're thinking of doing it (parsing via regexes from other site's HTML) is the Long Way Around. Why not do it the way the pros

Re: [PHP] Parsing Content

2002-03-05 Thread Jonathan Duncan
That is perfect, thank you Philip and Erik. I forgot what a great resource DevShed is. Thanks again, Jonathan Duncan Erik Price [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]; On Monday, March 4, 2002, at 06:10 PM, Jonathan Duncan wrote: I want to make a web site that

Re: [PHP] Parsing Content

2002-03-05 Thread Erik Price
On Tuesday, March 5, 2002, at 04:00 PM, Jonathan Duncan wrote: That is perfect, thank you Philip and Erik. I forgot what a great resource DevShed is. It's awesome. Not very in-depth, but then I'd buy a book on the subject if I wanted in-depth. Just enough so that you can get a grasp

[PHP] Parsing Content

2002-03-04 Thread Jonathan Duncan
I want to make a web site that displays news headlines from my favorite news sites So the theory is that I fopen their web page, fread the contents of the page, look for the sections that have the news headlines (with regex I assume) and their href link information, paste that into an include