If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Probleme bei PHP Poll  XML
Forum Index » German Forum
Author Message
Anonymous



Hallo zusammen,

habe heut erstmalig eine dritte Frage hinzugefügt und stosse auf folgendes Problem: Wann immer die radiom Funktion die dritte Frage anziegen soll, wird nicht das schmalle Formular für den Vote dargestellt, sondern die breite Ergebnissanzeige, die sonst nach Vote im Popup kommt.

Zuvor lief es mit zwei oder einer Frage problemlos.
Was könnte das sein?

Gruss kleinadam

Hier mein code:

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();

$php_poll->set_template_set("popup");
$php_poll->set_max_bar_length(125);
$php_poll->set_max_bar_height(10);

if (isset($HTTP_GET_VARS['poll_id'])) {
echo $php_poll->poll_process($HTTP_GET_VARS['poll_id']);
} else {
echo $php_poll->poll_process("random");
}
 
Forum Index » German Forum
Go to:   
Based on the open source JForum