Forum Moderators: coopster

Message Too Old, No Replies

Getting input from users and allowing them to edit it

Having visitors create Brackets that they can edit

         

Kadence

9:18 pm on Mar 27, 2004 (gmt 0)

10+ Year Member



Hi,
I want to have people who visit the site be able to make a bracket, and later be able to sign in and edit the bracket they created. The bracket would be like the NCAA bracket (64 entries, 4 divisions), with each matchup having two choices.

At some point bracket editing would be closed, and after certain match results the users would have their scores updated.

I'm not familiar with web input/output, and really not sure how I would approach this, or what techniques I would use. I don't know how to allow users to log in, or how to create a bracket and allow users to make choices, or how/where to store it.

Any chance of there being scripts like this available anywhere? If not, how might I approach this?

mykel79

11:06 pm on Mar 27, 2004 (gmt 0)

10+ Year Member



You can look into PHP combined with mySQL, which is a database. There are lots of tutorials to be found when you type in PHP mysql into Google.