RE: [PHP] How to read a web page and analyze but not display it

2001-05-08 Thread Jack Dempsey
Dexter, that's a pretty broad question...if you look at the functions at php.net such as fopen, you should find some information regarding reading webpages... -jack -Original Message- From: Dexter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 6:28 PM To: [EMAIL PROTECTED] Subje

Re: [PHP] How to read a web page and analyze but not display it

2001-05-08 Thread Zak Greant
Use fopen() or file() --zak - Original Message - From: "Dexter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 08, 2001 4:27 PM Subject: [PHP] How to read a web page and analyze but not display it hi PHP 'sters, How to read a web page and analyze but not display it u