PDA

View Full Version : what's the easiest way to do that?



sonic
February 15th, 2003, 02:21
I want to build a soccer betting system for my forum members. Members would be given virtual money to bet the match every week.
program will save their bet choice, after i enter the result to the program, it will update the scores that they have got.
How can i develop this with html form interface ? :)

Thanks

sonic
February 17th, 2003, 02:22
Or, which is easier to do the file processing online

Cagez
February 17th, 2003, 08:56
If you wanted it automated, then it'd be easiest (IMO) to use PHP with a database or flatfile. If you want to use simply HTML, then your going to need to manually update the page with the scores. To get the data you might want to set up a special forum where people post their bets, or just make a simple HTML page with the action to your email address, you'll recieve the data in your email, then you can update the pages.