HomeWatched TopicsRegisterSearchDirectory
FAQMemberlistUsergroupsLog inStoresItemsBank

Reply to topic Page 1 of 1
Comma delimited file
Message  

Reply with quote
Post Comma delimited file 
I have a comma delimited text file with several records. A typical record looks like this:
 
Jim,Smith,1234 Main Street,Anytown,NY,12345,206,123-3456
 
I need to read the file andd then output the data (name and phone number) in a two columm table like this:
 
Smith, Jim        (206) 123-3456
 
The data also needs to be sorted by last name.
 
I assume I will be using an array, but I'm not sure how to do it.
 
If you can help me, thank you in advance.
 
Thanks,
 
Andrew

View user's profile Send private message Send e-mail

Reply with quote
Post Re: Comma delimited file 
You can use this: http://ca2.php.net/manual/en/function.file.php

Code:

$array = file('filename.csv');

foreach ($array as $line) {
    list($first,$last,$address,$city,$state,$zip,$area,$phone) = explode(',',$line);

    // do shit here
}



andrewgrz wrote:
I have a comma delimited text file with several records. A typical record looks like this:
 
Jim,Smith,1234 Main Street,Anytown,NY,12345,206,123-3456
 
I need to read the file andd then output the data (name and phone number) in a two columm table like this:
 
Smith, Jim        (206) 123-3456
 
The data also needs to be sorted by last name.
 
I assume I will be using an array, but I'm not sure how to do it.
 
If you can help me, thank you in advance.
 
Thanks,
 
Andrew



_________________
http://www.linkedin.com/in/khokchin
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  




FireFox! The PHP Forum Loans and Credit
Panama Web Design for Hire Web Hosting
Web Hosting and Dedicated Servers Advertise Here $10 a Month Designer Children
Insurance HGH Domain name registration
Affordable web-hosting Dedicated Server Management

Web Design by PlatinumShore.com & Web Hosting by TradeWebHosting.com