I would like to know if someone could help create:

(All mySQL Tables already created)
1. A Registration page. Needed fields:
    UID
    UserName
    UserPwd
    UserLevel
    EmailAddr
    TeamName (select box loaded from a TeamNames Table)
    
2. A login page whereby a user enters UserName and UserPwd
    and gets redirected to form to fill in scores for baseball games.

3. Will select game from games list (loaded from Games Table) 
   ordered by user's teamname. Scores page (already done) to be stored 
   in Games table.  
   
   Games Table Fields:
     GameID
     GameNum
     GameDate
     HomeTeam
     HomeScore
     VisitorTeam
     VistorScore
     Field
     Division

4. Then when the score is entered for the game that was selected, 
   we will then update the standings (Standings Table), depending 
   upon who won the game.
   
   Standings Table Fields:
     ID
     TeamName
     Wins
     Losses
     Ties
     Points (3 points for win and 1 point for tie) {we allow ties}
     Division

The Standings table will already be populated with 0 wins, 0 losses, 
 0 ties and 0 points
The Games Table will already be populated with the season schedule.
The Teams Table will already be populated with the TeamNames and 
 Divisions.
I already have the Scores page HTML done. I am beginning to work on 
the Storing of the scores to the Games Table and updating the Standings. 
I just need help with the Registration and Login pages.

I am also currently modifying XMBForum to use on our site, listed below, 
to replace an EZBoard. It is a very good opportunity to learn PHP, too.

Mind you, that I am a somewhat new PHP user but I have done programming 
before in Clipper, VB, Delphi, ColdFusion and several others. This project 
will have to go online by 3/31. Our season usually starts the first 
weekend of April. I will need some testing time to test and debug anything 
that is written.

What would you require to participate in this project?

Regards,
Eddie Shipman (MrBaseball34 on XMBForum.com forums)
Austin Metro Baseball League
http://www.austinmetrobaseball.com      

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to