i have a textfile that contains content like this
bob
james
diva
games
library
info
and i was wondering how i can write a php script that would read the file line by line and insert the data into the database line by line as a new row for each line?
thanks