Home
Info
News
Crew
Links
The Story
TV Series
OAV's
Movies
Kenshin
Kaoru
Sanosuke
Yahiko
Megumi
Misao
Saitoh
Aoshi
Hiko
|
News ceil($rtel)) { $pagina=1; } for ($i = 1; $i <= ceil($rtel); $i++) { if ($pagina == $i) $paginas[$i] = "$i"; else $paginas[$i] = "$i"; } $paginas= implode(" | ", $paginas); $vorige = ($pagina-1) ? "< Vorige" : ""; $volgende = ($pagina-ceil($rtel)) ? "Volgende >" : ""; if ($vorige && $volgende) { $navigatie = (" $vorige | $paginas | $volgende"); } else { $navigatie = (" $vorige | $paginas | $volgende"); } $query = mysql_query("SELECT * FROM nieuws ORDER BY id DESC LIMIT $van, $max"); while ($obj = mysql_fetch_object($query)){ $bericht = str_replace("", " ", $obj->bericht); $bericht = stripslashes($bericht); $nieuwsid = "$obj->id"; $rij = mysql_query("SELECT * FROM nieuwscomments WHERE nieuwsid=$nieuwsid"); $comments = mysql_num_rows($rij); if ($comments == "1") { $commentsnaam =" $comments comment"; } else { $commentsnaam =" $comments comments"; } if ($comments == "0") { $commentsnaam =" Post comment"; } ?>
$navigatie |
Images
Wallpapers
Winamp Skins
Forum
Guestbook
Contact
Links
Post News
News Admin
| "; } function foot () { echo " |
$data[0] ($votes v.)
";
do{
$subdata=explode("][",$data[$a]);
$av = $subdata[2] * $v;
echo "$subdata[0] -"; printf(" %01.1f", $av); echo"%
";
$p2v = 100-$av;
echo "
";
$a++;
} while ($a < $nb_answers);
echo "
";
foot();
}
//###################### Engine ####################################
check($REMOTE_ADDR);
if ($valid=="0"){ results();}
elseif ($action=="results") { results(); }
elseif ($save=="yes" && $valid!="0") { save($Answer); record($REMOTE_ADDR); results();}
elseif ($action=="save" && !empty($valid)) { results(); }
elseif ($action!="save" && $valid!="0"){ form($PHP_SELF); }
?>