Hi All,
I've been asked by a client to do up a simple event registration site where:
a. Organizers can enter an event(s) into a database for display on the web
b. People can register to become members of the organization
c. These members can register to attend the event online, and
d. Administrators of the organizations website are able to add multiple registrations to an event list.
Having said this, my thoughts are that I will need three tables in a database
1. The events table
2. The members table
3. The event register table
What I'm thinking is that I will need to add the event ID of the event records and the relevant fields from the members table to the event registration table. This will allow me to display a list of registered members to an event by sorting the register table by the event ID. I really can't think of another way of doing this, Any ideas with this setup would be appreciated. Now, I've looked at a number of tutorials and forums on this page and I'm getting a better understanding of Arrays and loops, nut I'm still a little uncertain of how to get the code from the first two tables into the third; particularly the multiple records by the administrators.
If anyone could provide some guidelines to maybe get me started, I can then begin to get more specific questions as this post develops. In the meantime I'll try a few things myself.
BTW - I use Dream weaver to develop my pages, so... Sorry to all of the "puritans" out there, I'm just no yet bright enough to type code from my head
-------------------------------------------------------------
"The most overlooked advantage of owning a computer is that if they foul up there's no law against whacking them around a bit."
I've been asked by a client to do up a simple event registration site where:
a. Organizers can enter an event(s) into a database for display on the web
b. People can register to become members of the organization
c. These members can register to attend the event online, and
d. Administrators of the organizations website are able to add multiple registrations to an event list.
Having said this, my thoughts are that I will need three tables in a database
1. The events table
2. The members table
3. The event register table
What I'm thinking is that I will need to add the event ID of the event records and the relevant fields from the members table to the event registration table. This will allow me to display a list of registered members to an event by sorting the register table by the event ID. I really can't think of another way of doing this, Any ideas with this setup would be appreciated. Now, I've looked at a number of tutorials and forums on this page and I'm getting a better understanding of Arrays and loops, nut I'm still a little uncertain of how to get the code from the first two tables into the third; particularly the multiple records by the administrators.
If anyone could provide some guidelines to maybe get me started, I can then begin to get more specific questions as this post develops. In the meantime I'll try a few things myself.
BTW - I use Dream weaver to develop my pages, so... Sorry to all of the "puritans" out there, I'm just no yet bright enough to type code from my head
-------------------------------------------------------------
"The most overlooked advantage of owning a computer is that if they foul up there's no law against whacking them around a bit."