|
I have inherited and am updating a car club website and have added a password protected member list (36 entries) including email addresses. It was simply added to the site as a converted Word document.
I also manually created a "whole-club" email link, which is nothing more than a list of all 36 addresses. Not very elegant and certainly not very proper.
-----------------
What I would like to do is create a table (or something better ?) of the members and write one set of code to attractively display the Members information - up to 12 items per member depending on how many cars they own, number of lines in the address, etc. - and iterate through the data until all members are displayed. If a member wanted to send a group email, the code would parse the data and send individual emails, rather than the SPAM-appearing mass addressees.
Is there a suggestion about the best way to do this or where to look for resources? I am using an Apache 2 server on a Windows XP platform, mySql & PHP (w/ some Dreamweaver help).
Thanks, --LarryS
|