Browse | Submit A New Snippet
Snippets by category: Voting
| Snippet ID | Title | Creator |
| Snippets | ||
| 167 | Vendor Rating System | mrwilder |
| We originally wrote this "voting system" to rate Vendors in a banner-sharing system on a scale from one to ten. You'll need to add an SQL database called "vendors" with a Drop Table called "RECORDS" having these fields (in order): ID = int autoincrement primary key Name = varchar (32) Description = varchar(255) VoteCount = int(11) VoteTotal = int(11) Now create some records in the database... of course it doesn't have to be "vendors", use anything you want to rate and track on a scale from one to ten. Remeber to configure the script with your correct login and password, This script is really stripped down, so you can see how it works... but it is fully functional. Perhaps you will want to add a "Thank You" screen after a user has completed voting, right now it simply retabulates and shows the new totals. If you have many items to be voted on, you may want to add a "next" and "prior" button setup. Finally, you'll almost certainly want to pretty it up to match your web page scheme. You may contact the author at mrwilder@atoznet.com /> Enjoy! | ||
| 178 | Voting CLASS (php+mysql) | shivas |
| Simple voting PHPCLASS. | ||
| 425 | Visitors Pole | huwsy |
| Allows visitors to vote upon questions and post there own. | ||
| 1216 | FlashPoll | aberrant |
| With FlashPoll, visitors to your web site can cast votes on a wide variety of topics. Both the front-end and the administrator's area feature attractive Flash-based interfaces. | ||
| 524 | GDLib Hit Counter | davent2 |
| A graphic hit counter that uses the GD Lib to Merge a background with the number images | ||
| 569 | Simple polls & aquestionair & image post no db | mrguy |
| This neat little program will enable to customize a poll & questionaair with an option to upload an image. Also poll statistics chart is provided. No bd connection required, all text file based. Bewarn; there is a small security bridge that can easily resolved with posting user HTML poll. PHP 4.0 | ||
| 1120 | Simple Mini Poll class library (SimPoll) | tebrino |
| This easy-to-use class library enables you to set up your own survey system in just few minutes. Package includes dynamically generated form (with number of total votes), detailed result page, view of old polls, administration page, check for repeated votes and virtually unlimited number of questions. It requires MySQL database. | ||

