Re: [PHP] need some guidance

2003-01-31 Thread Justin French
On a major level, create or use a large CMS (content management system), and use the information you have in the databases / file system to establish what's new, modified, etc. On a smaller level, you could check which files have been updated in X days (I think) with PHP, and display them as a

Re: [PHP] need some guidance

2003-01-31 Thread Seth Hopkins
Yeah, I was thinking more of the HTML way. With the help you two and some google searching I see that it will be difficult to pull out specific areas of a site. For example --- The news headlines from yahoo.com I've got a code that grabs that now. I just need to tweak it a bit to get the data

[PHP] need some guidance

2003-01-30 Thread Seth Hopkins
Hey everyone. I'm wondering if someone could lead me in the right direction on this one. What could I use to see if a site has been updated and then display what has been added to it? Any advice is appreciated. Thanks. Seth -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP] need some guidance

2003-01-30 Thread Timothy Hitchens \(HiTCHO\)
To: [EMAIL PROTECTED] Subject: [PHP] need some guidance Hey everyone. I'm wondering if someone could lead me in the right direction on this one. What could I use to see if a site has been updated and then display what has been added to it? Any advice is appreciated. Thanks. Seth