I have a forum and I'm using phpbb and I want to insert data from a text file into the table.
My problem is I only have the first and last name, and their e-mail address, the password and user name will be the same for everyone.
How do I go about doing this.
There is an id which is done automatically.
There are about 25 plus fields that are in the db.
ie setting up the id number.
do I add the id number to the text file.
could I write a sql statement instead?
I'm using phpMyAdmin
thanks
nomad
My problem is I only have the first and last name, and their e-mail address, the password and user name will be the same for everyone.
How do I go about doing this.
There is an id which is done automatically.
There are about 25 plus fields that are in the db.
ie setting up the id number.
do I add the id number to the text file.
could I write a sql statement instead?
I'm using phpMyAdmin
thanks
nomad
Comment