"Was this helpful" script

Discussion in 'Programming' started by ckelly06, Apr 28, 2011.

  1. #1
    Hey guys,

    I'd like to have a "was this helpful" script on my review site, so people can say whether they find a review helpful. I know this is going to require a mix of AJAX and php but I'm a JS newbie and was hoping someone knows of pre-made script I could use for this. Anyone know of one?

    Thanks,

    Chris
     
    ckelly06, Apr 28, 2011 IP
  2. lioncub5

    lioncub5 Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You need:
    1)something that opens a file and displays it in a little pop-up
    jquery is really good for little pop-up stuff like this.
    there's some decent pre-made stuff here:
    dynamicdrive-dot-com/dynamicindex8/index.html
    2)have your javascript pop-up from step 1 open an html form.
    3)The form has, well, whatever you want i suppose.
    4)The form submits POST data to your php script which puts it in your database, or tweets it, or whatever.
     
    lioncub5, Apr 30, 2011 IP