smappler
10-09-2008, 07:37 PM
Hi all,
I'm trying to develop a fantasy Bike league registration page similar to that of fantasy football. Users pick team members and then earn points when that rider wins a race.
Anyway...
I want users to be able to select six riders from a list with each rider costing a certain amount of "money." The user also has a budget.
After this i want the users name, email and the six riders they have chosen to be submitted into a DB. (mysql)
I have made a mockup in JS that has a similar functionality. (on the real one there will be many more riders and costs will be different)
http://www.dirtyhalfpipe.co.uk/fmtb/ftmb.html
So there should be some form validation that makes sure the user has only selected 6 riders and also that the ones they have chosen add up to be below the budget allowed.
I would really appreciate it if someone could get me going/help me out with this. I have good knowledge of HTML and know bits of PHP. Do you think this (php) is the best way of going about this or are there other methods (online builders, or even flash etc) that I could use instead?
Thanks to anyone that can help,
Sam.
I'm trying to develop a fantasy Bike league registration page similar to that of fantasy football. Users pick team members and then earn points when that rider wins a race.
Anyway...
I want users to be able to select six riders from a list with each rider costing a certain amount of "money." The user also has a budget.
After this i want the users name, email and the six riders they have chosen to be submitted into a DB. (mysql)
I have made a mockup in JS that has a similar functionality. (on the real one there will be many more riders and costs will be different)
http://www.dirtyhalfpipe.co.uk/fmtb/ftmb.html
So there should be some form validation that makes sure the user has only selected 6 riders and also that the ones they have chosen add up to be below the budget allowed.
I would really appreciate it if someone could get me going/help me out with this. I have good knowledge of HTML and know bits of PHP. Do you think this (php) is the best way of going about this or are there other methods (online builders, or even flash etc) that I could use instead?
Thanks to anyone that can help,
Sam.