RE: Read file on file system

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



in simple like this
////////
$filename = "d:\\test.csv";
$openfile = fopen($filename,'r');
$readfile = fread($openfile,filesize($filename);

echo $readfile

....
or like this
.....

echo file_get_contents($openfile);

.....
echo fgetcsv($openfile);

////////

Thxs and rgds
bn



-----Original Message-----
From: Stut [mailto:stuttle@xxxxxxxxx]
Sent: Sun 04-Feb-2007 21:14
To: Bagus Nugroho
Cc: php-general@xxxxxxxxxxxxx
Subject: Re:  Read file on file system
 
Bagus Nugroho wrote:
> If I have file on[windows] c:\test.csv.
> How I can read the entire contents of this file?
> 
> I have try file_get_contents, fgetcsv and etc but didn't work.
> May I'm mis-understanding about using those function.

Well, from examining the code you included in your post, and reading the 
output you're seeing, I have determined that... ahh, hang on a second, 
I've started seeing code where no code exists. Is that a bad thing? 
Should I see someone?

-Stut




[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux