Not Sure

Hello all,

I am not sure where to start, and if I should even be using PHP for this.

I am setting out to build a custom scheduling system for referees to schedule games. This will have to include a spot for two referees for all the games that are played on the field, but then also include restrictions so that a particular individual cannot schedule a game they are not certified to schedule.

Would this be PHP or another language? Can you guys maybe point me in the right direction?

Thanks,
Bobby

Hi Bobby,

This functionality would be good using a combination of HTML and CSS (For layout) and PHP (for communicating with Db and handling your logic) and MySQL (Database to store data).

If this is new to you then I may take quite long to learn what is needed to do this. Build A Database Driven Website (By Kevin Yank) would be a good place to start with this.

Regards,
Steve