[PHP-DB] Problem with file() function

2002-02-19 Thread Hayan Al Mamoun
Dear sirs, Please help with the follows: When I'm trying to execute this code: $fcontents = file ('http://localhost/'); while (list ($line_num, $line) = each ($fcontents)) { echo bLine $line_num:/b; . htmlspecialchars ($line) . br\n; }

RE: [PHP-DB] Problem with file() function

2002-02-19 Thread Hunter, Ray
() as well... Ray Hunter Firmware Engineer ENTERASYS NETWORKS -Original Message- From: Hayan Al Mamoun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 3:58 AM To: PHPList (E-mail) Subject: [PHP-DB] Problem with file() function Dear sirs, Please help with the follows: When I'm