Recommend this page to a friend! |
Download .zip |
Info | View files (14) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2009-05-15 (7 years ago) | 79% | Total: 1,530 | All time: 2,482 This week: 1,113 |
Version | License | PHP version | Categories | |||
phpajax_voting 1.0 | GNU General Publi... | 3.0 | Databases, Content management |
Description | Author | |||||||||||||
This class can be used to manage a vote polling system. |
|
Thank You for choosing PHP Ajax Voting system, Distributed under GPL license (please, read license.txt) Author: Nickolay Asenov http://www.url2seo.com/ Installation: * Insert InstallDB.sql in your database; * Set appropriate constants in /php/defined.php file; * Edit index.php to meet your design, place there your ads and you are ready to go. PHP Ajax Voting system is build as PHP OOP (object oriented style) with relational transactional MySQL database back-end and jQuery scripting, handles one or multiple products voting-one vote per 24 hours per product. Depending on your hosting PHP version, PHP Ajax Voting system loads automatically appropriate class ( vote.php for PHP 5 or better and vote_php4.php for PHP 4.x ) . Products list is present in table articles and can be updated before importing InstallDB.sql line 18 : INSERT INTO articles (product) VALUES('orange'),('banana'),('potatoes'); or later via phpMyAdmin ect. All management of PHP Ajax Voting system can be done using phpMyAdmin, console or other MySQL tools: changes, made on table articles reflects on relational table vots and you’ll not lose any statistical data. You can see online demo here http://url2seo.com/vote/ Hoping you like PHP Ajax Voting system I’ll appreciate you bug reports and suggestion Best wishes: Nickolay |
Files |
File | Role | Description | ||
---|---|---|---|---|
php (7 files) | ||||
js (2 files) | ||||
css (1 file) | ||||
Readme.txt | Doc. | Installation instructions | ||
InstallDB.sql | Data | MySQL database installation | ||
index.php | Example | Index demo page | ||
license.txt | Lic. | GPL license |
Files | / | php |
File | Role | Description |
---|---|---|
vote.php | Class | PHP 5+ class |
vote_php4.php | Class | PHP 4 class |
defined.php | Conf. | Configuration |
check.php | Example | Statistic checker |
voted.php | Example | Inserts user votes |
footer.php | Example | Example page footer |
header.php | Example | Example page headers |
Files | / | js |
File | Role | Description |
---|---|---|
my_js.php | Aux. | Ajax source code |
jquery-1.3.2.min.js | Data | jQuery package |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | User Comments (1) | ||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
demo Online demo page |
Pages that reference this package |
PHP Ajax Röstningsfunktion Denna röstnings-klass byggt med PHP och Ajax kan du använda när du snabbt och enkelt vill bygga en röstningsfunktion... |