dlo001 Posted December 11, 2003 Share Posted December 11, 2003 I had an existing site where I had a newsletter sign up form. Very simple. User enters email address and it sends to our webmaster account. The webmaster then adds it to our mail distro list manually. Now that we are a 1000 emails deep and grown this basically sucks! We have just integrated osCommerce, which was the best thing we have done so far. What I would like to do is keep that form where it is since users know where it is, but instead of sending email to webmaster, I would like to update a MySQL table. I guess I would need to create a table with: email_list_id email_list_email newsletter_sign_up (0/1 value) I would like to cycle through the customer email list AND the regular email list. I basically want to know if this is a valid approach and where the newsletter functionality would be in the code to start from. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.