Adding Matches and Participants To Events

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
CoolAsCarlito
Forum Contributor
Posts: 192
Joined: Sat May 31, 2008 3:27 pm
Contact:

Adding Matches and Participants To Events

Post by CoolAsCarlito »

I want to write a script that will be called addmatches.php. This script will show all my available events (names) and the word "Add Matches" next to each event. When you click on Add Matches the user will be able to add unlimited matches as well as unlimited participants to those matches and you will also be able to tell it what type of match it will be.

I have a database table full of types of matches as well as I will also of course have a table full of active participants that are available for the event.

My question is what is everyone's opinion on how I should go about doing this?
CoolAsCarlito
Forum Contributor
Posts: 192
Joined: Sat May 31, 2008 3:27 pm
Contact:

Re: Adding Matches and Participants To Events

Post by CoolAsCarlito »

I've worked on it and still can't come up with anything.
Post Reply