Hi

I am a newbee to both php and MySQL.

I was wondering if I could get some assiatance on a matter:

I have a userdatabase in flatfile format. The user info is divided into many files:

First the main file where all the usernames are listed in one column. Then one separeate file for each user, named [username].dat containing their userinfo with encrypted password.

Is there a way I can import all these files (almost 300 of them) into a single MySQL table? If so, could someone please explain this to me in easy terms? Thanks.

Charlotte