[PHP] read text file into mysql

2002-04-24 Thread Rodrigo Peres
Hi list, I need to read a txt file and insert it lineas a record in mysql. My list in the format aa|b | cc | fff|hhdhdhdh|jsjjsjs in other words my separator is | and the lines have a return at the end of each one. I'm new to PHP, so can anyone help me with and Idea??? thank's

RE: [PHP] read text file into mysql

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)
Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: Rodrigo Peres [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 2:14 AM To: PHP Subject: [PHP] read text file into mysql Hi list, I need to read a txt file and insert it lineas a record in mysql