Thread: Recording Data (Voting System)
Results 1 to 3 of 3
Related
-
Update of data using PHP truncates text data Forum: PHP Forum
Replies: 3 -
Voting Server - The Ultimate Toolbox for Webmasters Forum: Internet Services
Replies: 0 -
Simple Voting System Forum: HTML Forum
Replies: 1 -
voting Forum: Website Scripts Forum
Replies: 0 -
Force Voting Forum: Website Scripts Forum
Replies: 6
-
05-31-2003, 12:47 PM #1
Recording Data (Voting System)
I want users on my site to be able to vote for the usefullness of a link. And then that be avaliable for other users to see directly on the site. So basically I want to store the data given, then average it, then have it come up on the site (without me doing any cacluations or changing numbers). The best ideas I have is using a drop-down menu (like those in forms) but I'm not sure how I would go about doing this.
Any help would be appreciated.
-
05-31-2003, 02:05 PM #2
Storage of data, displaying of data and processing of data cannot be done with HTML alone. You will need to learn a server-side language like PHP or ASP.
Failing that, you can get a pre-made one from www.hotscripts.comIf one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
05-31-2003, 02:18 PM #3
check out the demo of Gossamer links 2.0 http://www.gossamer-threads.com/scripts/links/demo.htm it requires perl though, much better done with php and mysql if you have access.
Dave