Results 1 to 3 of 3

Thread: Looking for...

  1. #1
    Join Date
    Jan 2007
    Posts
    181
    Thanks
    5
    Thanked 3 Times in 3 Posts

    Default Looking for...

    Hello,

    I'm in need of a script that would act as a voting system where people could vote on a picture and then maybe comment on it as well.

    I guess its a php code... maybe theres an OS solution?


    Thanks!!!

    Jon

  2. #2
    Join Date
    Jan 2007
    Posts
    181
    Thanks
    5
    Thanked 3 Times in 3 Posts

    Default

    Any one??



    Thanks,

    Jon

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Please use a more meaningful title. "Looking for" makes me not really care, as well as creating a vague thread that might not be noticed. We know you're looking for something by posting here. Tell us what so we can help you faster.

    PHP, yes. Or something else serverside.


    Basically,
    1. display form
    2. get the vote serverside
    3. check if the user (by IP, likely) has voted before
    4. if not, add vote
    5. hide the form and display results (this will happen instead of [1], if they have previously voted)

    Take a look at http://php-mysql-tutorial.com for some options.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

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