Re: [PHP-DB] Processing a fetched external page

2004-03-18 Thread Justin Patrin
Donovan Hutchinson wrote: Thanks for the fast replies. I understand about stripping tags and identifying areas using regular expressions, however my intention is to display the page intact, with only the content changed. An example being http://www.pootpoot.com/poot/pootify/ Thanks, Don If you'r

Re: [PHP-DB] Processing a fetched external page

2004-03-18 Thread Donovan Hutchinson
Thanks for the fast replies. I understand about stripping tags and identifying areas using regular expressions, however my intention is to display the page intact, with only the content changed. An example being http://www.pootpoot.com/poot/pootify/ Thanks, Don -- PHP Database Mailing List (ht

Re: [PHP-DB] Processing a fetched external page

2004-03-18 Thread jeffrey_n_Dyke
I'm working on a project that takes the content of a URL and does stuff with the content. I've managed to extract the target url's html, and am using str_replace to fix links, stylesheets etc. However, i'm stumped when it comes to processing the text content. Would anyone know how to isolate dis

Re: [PHP-DB] Processing a fetched external page

2004-03-18 Thread Bruno Ferreira
Donovan Hutchinson wrote: I'm working on a project that takes the content of a URL and does stuff with the content. I've managed to extract the target url's html, and am using str_replace to fix links, stylesheets etc. However, i'm stumped when it comes to processing the text content. Would anyon

[PHP-DB] Processing a fetched external page

2004-03-18 Thread Donovan Hutchinson
Hi, I'm working on a project that takes the content of a URL and does stuff with the content. I've managed to extract the target url's html, and am using str_replace to fix links, stylesheets etc. However, i'm stumped when it comes to processing the text content. Would anyone know how to isola