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().
--
Daniel P. Brown
Seni
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
2 matches
Mail list logo