This topic is locked

Looking for help

5/26/2010 6:09:05 AM
PHPRunner General questions
S
swanside author

Hello.

My Idea is that a user will register with a username, and submit £2.00 through PayPal.

From then, they will pick a Winner and a Runner Up from 8 Groups, using checkboxes to select a Winner and a runnerup Like This


Then, The selections will be kept for selecting the next round, like this, and you choose who you will think will win this round,


Again, The selections will be kept for selecting the next round, like this, and you choose who you will think will win this round,


Again, The selections will be kept for selecting the next round, like this, and you choose who you will think will win this round,


Then Finally, You will choose who you think will win,along with the total number of goals that will be scored, like this.


Along the way, the correct scores will need to be entered for each team and a running total kept.

Has anybody got any ideas on how to get this working?

Cheers

Paul.

A
ann 5/26/2010

Paul,
here are some tips:

  1. Create a sequence of edit pages.
  2. Use After record updated event to make a redirection between these pages.
  3. Set up "Country" field as radiobutton, choose Lookup table. It allow you to control which countries will be in the list of radiobuttons using custom where statement.
  4. Save list of selected countries in the After record updated event, form where statement and save it in the session variable.
  5. Then use this session in the 'where box' on the Edit as settings dialog.

S
swanside author 5/26/2010



Paul,
here is a some tips:

  1. Create a sequence of edit pages.
  2. Use After record updated event to make a redirection between these pages.
  3. Set up "Country" field as radiobutton, choose Lookup table. It allow you to control which countries will be in the list of radiobuttons using custom where statement.
  4. Save list of selected countries in the After record updated event, form where statement and save it in the session variable.
  5. Then use this session in the 'where box' on the Edit as settings dialog.


Thanks Ann,

Dont go too far, I will be back with more questions on this.

Cheers

Paul.

N
Nelson 5/27/2010

Cool project, man..I hope you get it done! <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=50091&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />

S
swanside author 5/27/2010



Cool project, man..I hope you get it done! <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=50093&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />



Cheers
Trying my best at it.