[PHP] insert text with no specific format into database table

2008-02-25 Thread jeffry s
i have text file and a table created with create table word( id int not null auto_increment primary key, word varchar(50), definition text ) the text contain list of words but not really in specific format word, some text definition word, some text definition, some text definition, etc i want

Re: [PHP] insert text with no specific format into database table

2008-02-25 Thread Daniel Brown
On Mon, Feb 25, 2008 at 8:35 AM, jeffry s [EMAIL PROTECTED] wrote: i have text file and a table created with create table word( id int not null auto_increment primary key, word varchar(50), definition text ) Look into the PHP function fgetcsv(). -- /Dan Daniel P. Brown Senior