Wi-Fi hotspots directory: kies plaats |
|
|
Er zijn 394 Wi-Fi hotspots in plaatsen gevonden |
|
$i=0;
$zoek = "SELECT count(id) AS aantal FROM hotspots";
$zoek .= $qrysoort;
$zoek .= $qryprice;
$zoek .= $qryprovider;
$zoek .= $qryprovincie;
$zoek .= $qryland;
$zoek .= " GROUP BY plaats";
// echo $zoek;
$res = mysql_query($zoek);
$aantalrows = mysql_num_rows($res);
// echo $sqlaantal;
// echo $aantal;
$perregel = ceil($aantalrows/2) ;
for ($h=1; $h<=2; $h++){
$start = ($h*$perregel)-$perregel;
?>
$zoek = "SELECT plaats, count(id) AS aantal FROM hotspots";
$zoek .= $qrysoort;
$zoek .= $qryprice;
$zoek .= $qryprovider;
$zoek .= $qryprovincie;
$zoek .= $qryland;
$zoek .= " GROUP BY plaats LIMIT $start, $perregel";
$resstatistieken = mysql_query($zoek);
while ($rowallesoorten = mysql_fetch_array($resstatistieken)){
$aantal = $rowallesoorten["aantal"] ;
$plaats = $rowallesoorten["plaats"];
if ($country=="België") { $countrys="Belgie"; }
if ($country=="Nederland") { $countrys="Nederland"; }
?>
( echo $aantal;?>) |
|
}
$i = $i +1;
?> |
} ?>
|
|
|
|
|
|
|
|
Land: |
België |
|
Regio: |
Oost-Vlaanderen |
|
Locatie type: |
Alle |
|
Provider: |
Alle |
|
|
|
|
|
|
|
|