FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Question About Adding Users From A Mailing List
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Question About Adding Users From A Mailing List [message #34866 is a reply to message #34829] Tue, 21 November 2006 12:53 Go to previous messageGo to previous message
1harsh789 is currently offline  1harsh789   India
Messages: 4
Registered: September 2006
Karma:
Junior Member
You can also use mysql "LOAD DATA INFILE" to directly load data from your csv file into table.

for ex.

LOAD DATA INFILE 'data.txt' INTO TABLE user
FIELDS TERMINATED BY ',' ENCLOSED BY '"'
LINES TERMINATED BY '\n';




[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Just a few things
Next Topic: Failure in db.inc line 16
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Nov 25 00:46:53 GMT 2024

Total time taken to generate the page: 0.04796 seconds