Re: [PHP-DB] csv without line feed

2002-03-28 Thread Sommai Fongnamthip
uot; <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Thursday, March 28, 2002 8:53 AM >Subject: [PHP-DB] csv without line feed > > > > Hi, > > I have text file with CSV like format (use # sign separate each field) but > > there did not have any end of

Re: [PHP-DB] csv without line feed

2002-03-28 Thread George Pitcher
g that debug is still available from the C: prompt? George - Original Message - From: "Sommai Fongnamthip" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 28, 2002 8:53 AM Subject: [PHP-DB] csv without line feed > Hi, > I have text file with CSV

[PHP-DB] csv without line feed

2002-03-28 Thread Sommai Fongnamthip
Hi, I have text file with CSV like format (use # sign separate each field) but there did not have any end of line character. This file could open in m$ excel but if I opened it in any text editor it will display in 1 line. How could I handle this file in PHP code? let see the