I have Database table saved in a txt file with the format of the following
id | name | score | reward | result | note
id | name | score | reward | result | note
id | name | score | reward | result | note
I would like to put these database to the mysql database table. Can it be done by using PHP?
what about if the format is
|id | name | score | reward | result | note|
|id | name | score | reward | result | note|
|id | name | score | reward | result | note|
open text file php. you can start from that