• Hi mattes,

    I need some way to extract from my database all mails and URL from the comments. Some one here can tell me if have a easy way to do that?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • run a query into your wordpress database, from your phpMyadmin on your Cpanel

    to get mail addys:
    select distinct comment_author_email from comments

    to get URLs
    select distinct comment_author_url from comments

    Thread Starter israelbarros

    (@israelbarros)

    Thank you very much.

    It is exacly what i’ve searching.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Extract mail and URL’ is closed to new replies.