> I need to know if it is possible with PHP to write a script 
> that will pull the individual lines of this text file and store 
> them into a mysql database line by line.

use file() and then loop through the array.

Chris

Reply via email to