Log in

View Full Version : Rankings



mrhoops515
10-14-2006, 05:09 PM
How do I allow users to rank and comment pages on my website? Is there a simple free software program to do this or is learning how to use php and mysql the only option?

mburt
10-14-2006, 06:50 PM
The only possible way I see of doing this is to learn PHP/MySql. What you have to do, is to take input from the user and insert it into a database. Sorry :) But if anyone has a program to do this, by all means, use it.

thetestingsite
10-14-2006, 08:20 PM
I recommend looking through Hotscripts.com (http://hotscripts.com/PHP/Scripts_and_Programs/index.html) and search through that if you don't want to learn PHP, there should to be some free programs/scripts there that should fit your needs.

djr33
10-14-2006, 10:38 PM
You could try looking for a script, but you rarely will be able to find one that suits your needs and integrates well with your design, system and other features.... especially if there is any other php scripting on the page.

Yes, you might have to learn php/mysql, but it's not all that difficult... certainly possible.

tech_support
10-14-2006, 10:41 PM
Didn't you write one before djr33?

tech_support
10-14-2006, 10:41 PM
Don't worry - found it
http://www.dynamicdrive.com/forums/showthread.php?t=8786

djr33
10-14-2006, 10:45 PM
That could help, but to have a fully functional setup, you'd want obviously to add ratings, and have them somehow related.
Using a database is a much more efficient way of coding that, so you can search between pages, and even have an index of most liked pages, etc etc.

tech_support
10-14-2006, 11:03 PM
Oh ok.

codeexploiter
10-17-2006, 11:31 AM
This one (http://www.hscripts.com/scripts/php/starrating.php) might solve the whole issue that offer free star based review system.