--- Trend GateLock [EMAIL PROTECTED] (主機:higp7.gatelock.com.tw)
** 中毒檔案 email-body 已刪除。
-
--- Trend GateLock [EMAIL PROTECTED] (主機:higp7.gatelock.com.tw)
** 中毒檔案 message.pif 已刪除。
---
On Fri, 2004-07-30 at 13:10, BizHat.com Free Hosting wrote:
>
> Hi,
>
> I have following script
>
>
> $file_content = file ("./data/reserved.txt","r") or die("Unable to
> open file");
> while(list($line_num,$line) = each ($file_content)) {
> $line = trim($line);
> echo "$line";
> }
>
>
Hi,
I have following script
$file_content = file
("./data/reserved.txt","r") or die("Unable to open
file");while(list($line_num,$line) = each ($file_content)) {$line =
trim($line);echo "$line";
}
?>
at
http://free.bizhat.com/test.php
I get
Unable to open file
error. What shoul