Reply to using php to move rows from text file into mysql table
Posted by mantrid on 06/19/07 21:03
Hello
Can anyone point me in the right direction for the way to read a text file a
line at a time and separate the fields on that line and use them as data in
an INSERT to add a record to a mysql table. Then read the second line in
text file and repeat.