|
Posted by Carl Vondrick on 07/30/06 07:41
> Hope that this was not too vague! Is there anyone out there willing to
> get me going on this script??
Hi Tom,
It's probably best to have a MySQL backend. So, you'll want three
tables: events, attendees, and a linking table. Events and attendees
should be easy enough to figure out.
The linking table will act as linking the IDs of the attendees and
events together, along with a status of whether they are showing up or
not. So, this would have three columns: event_id, attendee_id, and status.
Then, it's just a few simple MySQL queries.
Does that help?
Carl Vondrick
Navigation:
[Reply to this message]
|