- Logon to CPANEL then access your MYSQL database using phpMyAdmin
- Select the database
- Select table Members
- Open the SQL Tab
- Copy/Paste this code into the SQL tab and click GO
SELECT `contact_email`,`name`,`lastname`,`paypal_email`
FROM `members`
WHERE length(`paypal_email`) = 0
