PDA

View Full Version : Getting a list of email addresses from forum members


tuslic
06-28-2007, 03:52 PM
I'm trying to collect the email addresses from my forum to start a email blast group but I have over 20,000 members so I'm trying to figure out is there anyway or any mod I can get that will generate a list of all the email addresses without me manually going threw each one?

nexialys
06-29-2007, 02:44 PM
simply query your database to select all your members email, and write down the result... this may be a 5 seconds query...

Symbian Galaxy
06-29-2007, 08:25 PM
can you tell me the query?

nexialys
06-29-2007, 08:44 PM
SELECT email from " . TABLE_PREFIX . "user

ya know, if you can't figure this out, ask a coder to code the tool for you.

---NOT ME!

Symbian Galaxy
06-29-2007, 09:22 PM
i dont have ne table prefix wat will be the query in that case

Yours
07-01-2007, 04:00 PM
table prefex is almost always db_

0tolerance
07-03-2007, 07:16 AM
uhm... dude, just go into phpmyadmin and run the query... your host should provide it.