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
|