c0deM0nK424
Programmer
have a text file in the format of
item1
item2
item3
item4
" "
" "
item 999
which i need to pull these items out of and populate my MySQL database with.
The database has GAME_ID (Primary key field) , GAME_TITLE, YEAR, PUBLISH as fields - and i am simply wishing to populate the GAME_TITLE column.
any ideas on how to go abouts doing this ?
i want to do this inside phpmyadmin btw folks.
provided a screenshot of the txt file (opened containing the values), its just an alphabetical list of games (0-9 and A-Z)
item1
item2
item3
item4
" "
" "
item 999
which i need to pull these items out of and populate my MySQL database with.
The database has GAME_ID (Primary key field) , GAME_TITLE, YEAR, PUBLISH as fields - and i am simply wishing to populate the GAME_TITLE column.
any ideas on how to go abouts doing this ?
i want to do this inside phpmyadmin btw folks.
provided a screenshot of the txt file (opened containing the values), its just an alphabetical list of games (0-9 and A-Z)