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 Unix Geek
<? while(1) { $me = $mind--; sleep(86400); } ?>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to