You will also find that file(); may have been disabled - due to the possible
security issues..
ie file ( /etc/shadow); or file (/etc/passwd);
I believe that may apply to fopen, too.
James
-----Original Message-----
From: atan [mailto:[EMAIL PROTECTED]]
Sent: 23 June 2001 02:46
To: [EMAIL PROTECTED]
Subject: [PHP] file("http://www.php.net") error?
file("http://www.163.com") error?
this is a test:
////////////////////////
<?php
$fcontents = file ('http://www.php.net');
while (list ($line_num, $line) = each ($fcontents)) {
echo "<b>Line $line_num:</b> " . htmlspecialchars ($line) . "<br>\n";
}
?>
/////////////////////////////////////////
This program run no error in my server ;
but it not work when i sent it to the Server (mtkj.51.net)
The message:
Warning: file("http://www.163.com") - Permission denied in
/z1/mtkj/public_html/test.php on line 2
Warning: Variable passed to each() is not an array or object in
/z1/mtkj/public_html/test.php on line 3
why?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]