[PHP-DB] Time Allocation Issue

2002-07-29 Thread Jefferson Cowart
I'm writing a web application in PHP to do referee scheduling for soccer games. For each game (a single row in a table) I have a cell for referee. The cell stores an integer that I can do a join on with another table of people. I need a way to prevent people from being able to schedule themselves

Re: [PHP-DB] Time Allocation Issue

2002-07-29 Thread DL Neil
Jefferson, I'm writing a web application in PHP to do referee scheduling for soccer games. For each game (a single row in a table) I have a cell for referee. The cell stores an integer that I can do a join on with another table of people. I need a way to prevent people from being able to