MSN Downloads
Download › MSN 8.5 | |
Omschrijving: | Gratis chatprogamma van Microsoft |
Auteur: | Microsoft |
Versie: | Windows Live Messenger 8.5 |
Grootte: | 18 KB |
Screenshots: | 0 |
(70405 x gedownload) |
In query: '.$sql); } elseif(mysql_num_rows($res) == 0) { return false; } else { return true; } } if($_SERVER['REQUEST_METHOD'] == 'POST'){ if(!hasVoted($voteId)){ if(is_numeric($_POST['rank_rate']) && $_POST['rank_rate'] > 0 && $_POST['rank_rate'] < 6) { $sql = "INSERT INTO rating (score,ip,name) VALUES ('".input($_POST['rank_rate'])."','".input($_SERVER['REMOTE_ADDR'])."' ,'".input($voteId)."')"; if(!$res = mysql_query($sql)){ trigger_error(mysql_error().'
In query: '.$sql); } else{ $rate_error = '
Uw stem is verwerkt
'; } }else{ $rate_error = 'Geen geldige score
'; } }else{ $rate_error = 'U heeft al gestemt
'; } } $score = 0; $votes = 0; $sql = "SELECT * FROM rating WHERE name='".input($voteId)."'"; if(!$res = mysql_query($sql)) { trigger_error(mysql_error().'In query: '.$sql); } elseif(mysql_num_rows($res) == 0) { } else { while($row = mysql_fetch_assoc($res)) { $score += $row['score']; $votes += 1; } } ?>
- Rating:
-
$div = $votes < 1 ? 1 : $votes;
$showRating = true;
for($a=0;$a < round( ($score/ $div ),0); $a++){
echo '
'; } for($a=0;$a < 5-round( ($score/ $div ),0); $a++){ echo '
'; } echo ' '; ?>
- Aantal stemmen: echo $votes;?>
- Jouw cijfer: