diver0621 Posted October 15, 2007 Share Posted October 15, 2007 Can someone tell me how to capture our customer email addresses and put them on a clipboard or email them to myself? I know you are thinking this guy's not very savvy,,,and you would be right. Thanking you in advance....Cheers... Diver Link to comment Share on other sites More sharing options...
star3am Posted October 15, 2007 Share Posted October 15, 2007 Hi, once a customer registers on your website, their email addresses are stored in your database, use something like phpmyadmin to get them from your database, customers_email_address in the customers table. If you'd like your visitors to subscribe to your newsletter or something the like, all you need is a simple form that submits to a php page that enters the form details into your database, here is a tutorial to get you started, http://www.webmonkey.com/99/21/index3a_pag...?tw=programming all the best, Riaan Can someone tell me how to capture our customer email addresses and put them on a clipboard or email them to myself? I know you are thinking this guy's not very savvy,,,and you would be right. Thanking you in advance....Cheers... Diver I'm an osCommerce Pimp .. Link to comment Share on other sites More sharing options...
diver0621 Posted October 15, 2007 Author Share Posted October 15, 2007 Hi, once a customer registers on your website, their email addresses are stored in your database, use something like phpmyadmin to get them from your database, customers_email_address in the customers table. If you'd like your visitors to subscribe to your newsletter or something the like, all you need is a simple form that submits to a php page that enters the form details into your database, here is a tutorial to get you started, http://www.webmonkey.com/99/21/index3a_pag...?tw=programming all the best, Riaan Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.