Demo 1 Demo 2 Demo 3 Demo 4 Demo 5


<?php
/* Include this before your html code */
include_once
"./poll_cookie.php"
;
?>

<?php

/* path */
$poll_path = dirname(__FILE__);

require_once $poll_path."/include/config.inc.php";
require_once $poll_path."/include/$POLLDB[class]";
require_once $poll_path."/include/class_poll.php";
require_once $poll_path."/include/class_pollcomment.php";
$CLASS["db"] = new polldb_sql;
$CLASS["db"]->connect();

$php_poll = new pollcomment();

/* poll */
$php_poll->set_template_set("plain");
$php_poll->set_max_bar_length(125);
$php_poll->set_max_bar_height(10);
echo $php_poll->view_poll_result(1);


/* poll comments */
$php_poll->set_template("poll_comment");
$php_poll->set_comments_per_page(5);
$php_poll->set_date_format("d/m/Y H:i");
$php_poll->data_order_by("time","desc");
echo $php_poll->view_poll_comments(1);
echo $php_poll->get_comment_pages(1);

?>
     
Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on '128.121.4.19' (10061) in C:\Sites\Single38\zulker\webroot\pollphp\db\include\class_mysql.php on line 32
Connection Error
MySQL Error : Connection Error
Error Number: 2003 Can't connect to MySQL server on '128.121.4.19' (10061)
Date        : Sun, May 19, 2013 23:52:57
IP          : 107.22.156.205
Browser     : CCBot/2.0
Referer     : 
PHP Version : 5.2.17
OS          : WINNT
Server      : Microsoft-IIS/6.0
Server Name : www.web-bangla.com
Script Name : /pollphp/db/demo_2.php