<?php
// coded by_antiseptic 26.07.2010 - 13:26
mysql_connect("localhost","root","root");
mysql_select_db("wordpress");
$sorgux = "SELECT user_email FROM wp_users";
$sorgulamax = mysql_query($sorgux);
while ($kayitx=mysql_fetch_array($sorgulamax)){
echo $kayitx['user_email']."<br />";
}
?>üst kısımdan mysql ayarlarını yapıp, php olarak kaydedip kullanabilirsin