Forum Moderators: coopster

Message Too Old, No Replies

Dynamic Rating Review script.

         

dkin

6:29 am on Jun 11, 2005 (gmt 0)

10+ Year Member



I need this script so I can have a poll on every one of my pages with a dynamic number (ProductID) so users can rate my product and review it if they so choose and it will save to a database.

Anyone know where to find a script like this?

dreamcatcher

7:26 am on Jun 11, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



dkin,

Hotscripts.com or OnlyPHP.com will have some rating systems you may be able to adapt, but how about writing your own? Shouldn`t be too hard. You really only need a couple of columns in a table, one to store your count, one to store the text.

Might be more interesting to write your own too.

dc

jamie

9:53 am on Jun 11, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



agree with dreamcatcher. writing a review script was the first project i did in php for our site - it's a great hands on way to learn many useful things, amongst others:

inserting, updating database fields via html forms
checking user-inputted data
selecting and displaying database fields in html format