Re: [PHP] fopen // eregi question

2001-09-26 Thread Sheridan Saint-Michel
that helps Sheridan Saint-Michel Website Administrator FoxJet, an ITW Company www.foxjet.com - Original Message - From: "Brian V Bonini" <[EMAIL PROTECTED]> To: "PHP Lists" <[EMAIL PROTECTED]> Sent: Wednesday, September 26, 2001 9:21 AM Subject: [PHP] fopen

[PHP] fopen // eregi question

2001-09-26 Thread Brian V Bonini
>From the PHP manual: http://www.php.net/manual/en/features.remote-files.php Example 20-1. Getting the title of a remote page http://www.php.net/";, "r"); if (!$file) { echo "Unable to open remote file.\n"; exit; } while (!feof ($file)) { $line = fgets ($file, 1024); /* This onl