Is there a simple way to retrieve all my members email into a file ??
Is there a simple way to retrieve all my members email into a file ?? Mike |
You would need to do this through a database tool such as phpMyAdmin. Geeks, making the world a better place |
Run the following script in your phpmyadmin then save the result to an excel file : SELECT `Email` FROM `Profiles`; Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |