Hi,jennif:
I solved it. Thanks.
// get a web page into an array and print it out
$fcontents = file ("http://www.php.net/");
while (list ($line_num, $line) = each ($fcontents)) {
echo "<b>Line $line_num:</b>; " . htmlspecialchars ($line) . "<br>\n";
}
Hope get your help later, because I am doing a security project, which use Perl & PHP & PostgreSQL, as well as, I am pretty new in PHP, never use PHP before. So please continue to help me later.
Thanks in advance.
paul