[PHP] How to get Specific Data from an CSV format file to PHP

2002-04-18 Thread Jack
Dear all I had tried to fetch the data from CSV file by using PHP, what i did is fetch the whole file content! But now i only want specific data from that CSV file, is there anyway in php that can point the pointer to specific data i want? -- Thx a lot! Jack [EMAIL PROTECTED] -- PHP

Re: [PHP] How to get Specific Data from an CSV format file to PHP

2002-04-18 Thread Luc Saint-Elie
Jack You may want to have a look at : http://cvs.php.net/cvs.php/pear/File Hope this helps Luc At 20:41 18/04/02 +0800, Jack wrote: Dear all I had tried to fetch the data from CSV file by using PHP, what i did is fetch the whole file content! But now i only want specific data from that CSV