Results 1 to 3 of 3

Thread: Rating and Review?

  1. #1
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Question Rating and Review?

    Hey,

    I'm not totally sure if this is the right area for this post, but I am wondering if anyone knows where I could find a FREE rating and review type script. One where users can rate and leave a review of songs on a website... If anyone has any ideas I would be grateful. Thank you.

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

    Default

    No idea about finding one.

    It wouldn't be that hard to write one, though.

    The catch is that you'd need a database, which gets into some time to figure out as well as being sure your webhost gives you some, etc. etc.

    Basically, have a form, have php interpret the form, add it to a database, and there ya go.
    Then on the page, have it get from the database all the reviews or whatever.

    It's pretty simple... but might take a good bit of time, depending on how comfortable you are with coding (and how fast you pick up on php).


    You could probably also try a php script with a form that would modify the page and add directly to it, but that seems like more of a hassle than using a database.

    Hope this helps.

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    A database isn't necessarily necessary. Using PHP, a search for "php round robin" should return a script I wrote for round-robin page access. Only a little modification of this should be necessary.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

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
  •