Re: [PHP] Extracting specific data from a URL using PHP...

2002-06-07 Thread Erik Price
On Thursday, June 6, 2002, at 06:57 PM, Anthony Ritter wrote: > I understand that one can open a page off an existing website to extract > text data using a PHP script by using the fopen and fread functions. > > And by using the strip_tags() function, one can extract data without the > html mar

Re: [PHP] Extracting specific data from a URL using PHP...

2002-06-06 Thread Jason Wong
On Friday 07 June 2002 06:57, Anthony Ritter wrote: > Newbie question. > > I understand that one can open a page off an existing website to extract > text data using a PHP script by using the fopen and fread functions. > > And by using the strip_tags() function, one can extract data without the >

[PHP] Extracting specific data from a URL using PHP...

2002-06-06 Thread Anthony Ritter
Newbie question. I understand that one can open a page off an existing website to extract text data using a PHP script by using the fopen and fread functions. And by using the strip_tags() function, one can extract data without the html markup as a literal string. Here's my question... Let's s