ga terug.\n";
}
}
function polllist() {
echo "
\n";
$sql = @mysql_query("SELECT id, vraag FROM poll ORDER BY id DESC");
while($list = @mysql_fetch_assoc($sql)) {
echo "".$this->htmlparse($list['vraag'])." | bewerk | verwijder |
\n";
}
echo "
\n";
}
function openform($action) {
echo "\n";
}
function formdata($value){
$quotes = get_magic_quotes_gpc();
$value = trim($value);
if($quotes == FALSE){
$value = addslashes($value);
}
return $value;
}
}
?>