
Re: SOLVED - Database Question...
You can do this in phpMyAdmin...
SELECT user_email FROM phpbb_users
Than you can export it in csv...
Or you can export users table in CSV/XLS open the file in XLS (or any other spreadsheet capable program) and remove the columns you don't need.
There are tons of ways...