Hi,

I'm no "genius" ;) but...

"ketvin" <[EMAIL PROTECTED]> wrote:

> Dear geniuses,
> 
> 
> A simple question here, i have a file, says, list.txt 
> 
> it is a simple text file and simple field like:
> 
> aaaaaa , bbbbbb , cccccc , dddddd
> 
> now i want to use php script to read that list.txt file, and put the
> data in an array, is there any simple way i could do that ? 
> 

...maybe you're looking for this:

  http://www.php.net/fgetcsv

Or, just check the other (file) functions here:

  http://www.php.net/manual/en/ref.filesystem.php

- E -

__________________________________________________
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo!
http://bb.yahoo.co.jp/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to