• PHP ticket authentication (simple voting system)

    BrittneTabor Member

    I’m looking to make a fairly simple voting system, however this voting system it will requires you to enter you “ticket number” before voting.

    All ticket numbers will be stored in a mysql database, and once the ticket # has been used, it can no longer allow you to “login” and revote..

    I already created the form, but need a bit of guidance in the php side of things,

  • SapnaVishwas Member

    well, without knowing the way the vote has been implemented, a rudimentary voting would look something like :

    
    

    something like that ...

  • ShikhaTan Member

    WHY are you using code that is going to be DEPRECATED in the newer PHP versions? I know it’s only an example of code, but this is extremely bad advice:

    http://uk1.php.net/manual/en/function.mysql-query.php

Viewing 2 reply threads
  • You must be logged in to reply to this topic.