Results 1 to 25 of 25

Thread: [RESOLVED] Is it possible to use a direct link to vote for an online poll?

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2009
    Posts
    13

    [RESOLVED] Is it possible to use a direct link to vote for an online poll?

    Hi guys,

    I have a online poll that uses radio buttons which submits to an array after clicking Vote

    However, i noticed that sometimes i get an overwhelming response...like a single entry has 97% of the votes with a large number like 15,000. But i only have about 100 users.

    Is there a way people use to circumvent the regular radio button/submit? using a direct link instead?

    This is the part to my voting code

    <div class="form">
    <form method="post" action="poll.php?id=1">
    <div style="margin: 7px 0pt;">

    <input name="poll" value="1" type="radio">
    </div>
    <div style="margin: 7px 0pt;">
    <input name="poll" value="2" type="radio">

    </div>
    <div style="margin: 7px 0pt;">
    <input name="poll value="3" type="radio">

    </div>
    <div style="margin: 7px 0pt;">
    <input name="poll" value="4" type="radio">

    </div>
    <div style="margin: 7px 0pt;">
    <input value="Vote" name="poll_vote" type="submit">
    </div>
    </form>
    </div>

    i appreciate any help
    Last edited by carloboy; Jul 2nd, 2009 at 06:17 PM. Reason: resolved

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width