1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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