How do I retrieve email addresses of all members of my phpBB2 forum ?

Discussion in 'phpBB' started by it career, Feb 26, 2008.

  1. #1
    Is there any standard query that I can run to do the same ?
     
    it career, Feb 26, 2008 IP
  2. kulinar

    kulinar Member

    Messages:
    45
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #2
    SELECT user_email
    FROM `phpbb_users`
    WHERE user_id != -1
    Code (markup):
     
    kulinar, Feb 26, 2008 IP