Simple Poll author: CodeMunkyX by: http://free-php.net # Link to Us -- If you use our script, please consider linking back to us by either a simple text link or grab some banners. -- http://www.free-php.net/linktous.php # Requirements -- PHP 4 (http://www.php.net) -- MySQL (http://www.mysql.com) # MySQL Database Setup -- Open sql.txt in the main Simple Poll folder. -- Paste the contents into a tool that can execute SQL commands for your MySQL DB # Installation -- NOTE: You may want to limit access to your script admin directory by using .htaccess or other methods. -- Follow the MySQL Database Setup Before Continuing -- Open config.inc.php in the admin folder and modify the settings for your server -- Upload to your server # How to Use Simple Poll -- Simple Poll Admin Instructions 1. Goto http://domain/to/dir/admin/index.php to setup your polls 2. There you will be able to view, add, modify and delete polls -- Simple Poll can be used on your site using the following (sample.php can get you started) 1. PHP include statement. Change "pollid" to the poll you wish to display a. # TROUBLE SHOOTING -- Template files must have ".html" extension -- Make sure that you have created the require 2 database tables (poll,choices) -- Make sure all paths are correct in each file use full paths if necessary. # Version Info -- v1.2 ---- Vote wasn't registering default choice if you clicked vote without changing your vote first ---- Modified to allow multiple polls per page, just copy same tag over and change the pollid -- v1.1 ---- Changed cookie management to not depend on register_globals ---- Changed code to not depend on register_globals being set ---- Made script more efficient -- v1.0 ---- Initial Creation