Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Export Email?!?


dm18k

Recommended Posts

I'm not 100% sure of what you want to achieve, however the following sql query will give you the name and email address of your newsletter subscribers.

 

Run the following using phpMyAdmin or your favorite mySQL connector

 

select customers_firstname, customers_lastname, customers_email_address from customers where customers_newsletter = '1';

HTH,

Robert

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...