importing information from text file to database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dibyendra
Forum Newbie
Posts: 20
Joined: Tue Aug 12, 2003 2:26 am
Location: Nepal

importing information from text file to database

Post 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
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

which part of the script troubles you?
Post Reply