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/class_poll.php";
require_once $poll_path."/include/class_pollcomment.php";
require_once $poll_path."/include/class_captchatest.php";

$php_poll = new pollcomment();

/* question */
echo $php_poll->get_poll_question(2);


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


/* construct the form */
$php_poll->set_template("poll_form");
$php_poll->set_form_error(array(
    "name" => "Please enter your name.",
// "email" => "You must specify your e-mail address.",
    "message" => "You must specify a message."
    "captcha" => "You must specify the correct key."
));
$html_form = $php_poll->comment_process(2);


/* 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(2);
echo $php_poll->get_comment_pages(2);

/* form */
echo $html_form;

?>
     

Which database engine do you prefer?

Which database engine do you prefer?
MySQL
PostgreSQL
Sybase
DB/2
MS SQL
Oracle
Other
[Wyświetl wyniki]
ShaneBeamp sarsomerDyet@gmail.com - 04/05/2024 08:55
193.56.254.114
Elevate your data extraction skills with this comprehensive guide on extracting data from LinkedIn without the API! <a href=https://gbhackers.com/linkedin-without-the-api/>Read on</a> for valuable insights.
 
LewisWes kochaivory73@hotmail.com - 04/05/2024 08:25
212.30.36.216
 
AndroidAPKxvj mail192@mail.androsapp.ru - 04/05/2024 07:44
64547.web.hosting-russia.ru
 
CharlesTrams bena.ncerev.e.l.de@gmail.com - 04/05/2024 07:40
188-138-129-64.starnet.md
 
AlbertMap mildred_holderzamp@hotmail.com - 04/05/2024 07:35
5.142.200.34
https://levitralife.ru/
 
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |  >
Name:
E-mail:
Comment: