Page 1 of 1

importing information from text file to database

Posted: Mon Oct 20, 2003 2:03 am
by dibyendra
Hello developers,
I got the text file containing the emails with name and email in the following format .I want to import the name and email in the database in fname and email field in email table.

"full name1" <email@somewhere.com>
"fullname2" <email2@somedomain.com>
"fullname3" <email2@somedomain.com>
please help
Dibyendra

Posted: Mon Oct 20, 2003 5:50 am
by volka
which part of the script troubles you?