Deprecated: Function eregi() is deprecated in /home/loureiro/public_html/sondagem/demo_1.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /home/loureiro/public_html/sondagem/demo_1.php:3) in /home/loureiro/public_html/sondagem/demo_1.php on line 7

Warning: Cannot modify header information - headers already sent by (output started at /home/loureiro/public_html/sondagem/demo_1.php:3) in /home/loureiro/public_html/sondagem/demo_1.php on line 8

Warning: Cannot modify header information - headers already sent by (output started at /home/loureiro/public_html/sondagem/demo_1.php:3) in /home/loureiro/public_html/sondagem/demo_1.php on line 9

Warning: Cannot modify header information - headers already sent by (output started at /home/loureiro/public_html/sondagem/demo_1.php:3) in /home/loureiro/public_html/sondagem/demo_1.php on line 10
Demo 1
Demo 1 Demo 2 Demo 3 Demo 4 Demo 5 Demo 6


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

<?php

/* path */

$poll_path = "/home/loureiro/public_html/sondagem";

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

$php_poll = new poll();

/* the first poll */
echo $php_poll->poll_process(1);


/* the second poll */
$php_poll->set_template_set("simple");
$php_poll->set_max_bar_length(80);
echo
$php_poll->poll_process(2);


/* the third poll */

$php_poll->set_template_set("popup");
if ($
php_poll->is_valid_poll_id(3)) {
    echo
$php_poll->display_poll(3);
}


?>
   

Deprecated: Function ereg() is deprecated in /home/loureiro/public_html/sondagem/include/class_mysql.php on line 23

Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/loureiro/public_html/sondagem/include/class_mysql.php on line 32

Warning: mysql_connect(): Access denied for user 'fbrand1_u113401'@'localhost' (using password: YES) in /home/loureiro/public_html/sondagem/include/class_mysql.php on line 32

Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in /home/loureiro/public_html/sondagem/include/class_mysql.php on line 36

Warning: mysql_query() expects parameter 2 to be resource, boolean given in /home/loureiro/public_html/sondagem/include/class_mysql.php on line 43

Warning: mysql_fetch_array() expects parameter 1 to be resource, null given in /home/loureiro/public_html/sondagem/include/class_mysql.php on line 52

Warning: mysql_query() expects parameter 2 to be resource, boolean given in /home/loureiro/public_html/sondagem/include/class_mysql.php on line 43

Warning: mysql_fetch_array() expects parameter 1 to be resource, null given in /home/loureiro/public_html/sondagem/include/class_mysql.php on line 52
Poll ID 1 does not exist.

Warning: mysql_query() expects parameter 2 to be resource, boolean given in /home/loureiro/public_html/sondagem/include/class_mysql.php on line 43

Warning: mysql_fetch_array() expects parameter 1 to be resource, null given in /home/loureiro/public_html/sondagem/include/class_mysql.php on line 52

Warning: mysql_query() expects parameter 2 to be resource, boolean given in /home/loureiro/public_html/sondagem/include/class_mysql.php on line 43

Warning: mysql_fetch_array() expects parameter 1 to be resource, null given in /home/loureiro/public_html/sondagem/include/class_mysql.php on line 52
Poll ID 2 does not exist.

Warning: mysql_query() expects parameter 2 to be resource, boolean given in /home/loureiro/public_html/sondagem/include/class_mysql.php on line 43

Warning: mysql_fetch_array() expects parameter 1 to be resource, null given in /home/loureiro/public_html/sondagem/include/class_mysql.php on line 52

Warning: mysql_query() expects parameter 2 to be resource, boolean given in /home/loureiro/public_html/sondagem/include/class_mysql.php on line 43

Warning: mysql_fetch_array() expects parameter 1 to be resource, null given in /home/loureiro/public_html/sondagem/include/class_mysql.php on line 52