> 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
- [PHP-DB] Individual Lines of text Devon
- Re: [PHP-DB] Individual Lines of text Andreas D. Landmark
- RE: [PHP-DB] Individual Lines of text Beau Lebens
- Boget, Chris