Forum Moderators: coopster

Message Too Old, No Replies

Show Poll / Petition Results -- Help please?

         

alcheme

10:25 pm on Mar 20, 2004 (gmt 0)

10+ Year Member



Hello,

I would like to create a Poll that will show results after clicking the vote button and/or after a refresh on the same page.

?
?
?

Can anyone help?

I am new to PHP and like the step by step answer...

Thanks,

~Shane

coopster

9:24 pm on Mar 23, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



  1. Create a file that will store the results of the vote.
  2. Create a form that displays and requests a vote.
  3. Process the POSTed form by updating the file containing the vote results.
  4. Read the voting results into memory and display them on the screen after the user has voted.