Umfragen
embed.php File Reference

Go to the source code of this file.

Functions

 display_poll_form ($show_poll, $preview=false)

Variables

 $db = new db( DB_USER, DB_PASS, DB_DATABASE, DB_HOST )
 $config = new config($db)
 $now = time()
 $ps = $db->get_all_polls_array()
 $polls = array()
foreach($ps as $pps) $page = "index"

Function Documentation

display_poll_form (   $show_poll,
  $preview = false 
)

Definition at line 24 of file embed.php.

Variable Documentation

$config = new config($db)

Definition at line 63 of file embed.php.

$db = new db( DB_USER, DB_PASS, DB_DATABASE, DB_HOST )

Definition at line 62 of file embed.php.

$now = time()

Definition at line 66 of file embed.php.

foreach ($ps as $pps) $page = "index"

Definition at line 86 of file embed.php.

$polls = array()

Definition at line 70 of file embed.php.

$ps = $db->get_all_polls_array()

Definition at line 69 of file embed.php.