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?
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?
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. SorryBut if anyone has a program to do this, by all means, use it.
- Mike
I recommend looking through Hotscripts.com 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.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
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.
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
Didn't you write one before djr33?
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
Don't worry - found it
http://www.dynamicdrive.com/forums/s...ead.php?t=8786
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
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.
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
Oh ok.
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
Bookmarks