Scoutt, except the look of the page, the functionality looks neat. Now here is what we need to do. The names of the persons can be picked up from a database and shown with the radio buttons. This way, if we need to add/remove a person to the mailing list, we don't have to modify the HTML or PHP pages. Simply add/remove the record in the database and the fresh data will be picked up in the page.
All in all, we seem to be making good progress, except the database design and the site content.
I shall start working on the design today. And since this is a tough part, we may have to go over it again and again, just to make sure we don't land up in trouble afterwards.
Another idea is instead of displaying the names of people whom to email, the user might just send the mail to an address like [email protected] or something, and based on the subject of the email, it would be sent to an appropriate person. For this to work, we shall have to fix the subjects to be displayed, again maybe in a table, and ask the user to select the subject from a drop-down list. It could be something like this:
.Code:About the Site
About any Code in the Site
...
...
