include_once "inc.php"; if ($land == "restaurants"){ $sql = "SELECT id, bundesland, kreis, ort, url_bundesland, url_kreis, url_ort FROM eg_koordinaten WHERE 1 LIMIT 1"; }elseif ($land != "0" AND $land != "restaurants" AND $kreis == "0"){ $sql = "SELECT id, bundesland, kreis, ort, url_bundesland, url_kreis, url_ort FROM eg_koordinaten WHERE url_bundesland = '$land' LIMIT 1"; }elseif($kreis != "0" AND $ort == "0" OR $kreis != "0" AND $ort == "$kreis"){ $sql = "SELECT id, bundesland, kreis, ort, url_bundesland, url_kreis, url_ort FROM eg_koordinaten WHERE url_kreis = '$kreis' LIMIT 1"; }elseif($ort != "0"){ $sql = "SELECT id, bundesland, kreis, ort, url_bundesland, url_kreis, url_ort FROM eg_koordinaten WHERE url_ort = '$ort' LIMIT 1"; } $result = mysqli_query($mysql_link, $sql); while ($i = mysqli_fetch_array($result)) { if ($land == "restaurants"){ $branding_title = "Restaurants in der Schweiz"; echo "$branding_title\n"; echo "\n"; echo "\n"; }elseif ($land != "0" AND $land != "restaurants" AND $kreis == "0"){ $branding_title = "Restaurants in $i[bundesland]"; echo "$branding_title\n"; echo "\n"; echo "\n"; }elseif($kreis != "0" AND $ort == "0" OR $kreis != "0" AND $ort == "$kreis"){ $branding_title = "Restaurants in $i[kreis]"; echo "$branding_title\n"; echo "\n"; echo "\n"; }elseif($ort != "0"){ $branding_title = "Restaurants in $i[ort]"; echo "$branding_title\n"; echo "\n"; echo "\n"; } } ?>

Sprache / Language

Restaurantsuche

KÜCHE
VOLLTEXTSUCHE
PLZ UMKREIS
BEWERTUNGEN (STERNE)
0 (egal)
1 und mehr
2 und mehr
3 und mehr
4 und mehr
5
SONSTIGES
Nur Restaurants mit Bildern
Viele vegetarische Speisen
Viele vegane Speisen

Suche in 13750
der besten Restaurants
in der Schweiz.

Diesen Monat gibt es
1 Veranstaltungen von
Restaurants in der Schweiz.

Heute gibt es
134 offene Stellen von
Restaurants in der Schweiz.

MyGourmet
(Zugang für Gastronomen)

NACH KANTON
Aargau
Appenzell Ausserrhoden
Appenzell Innerrhoden
Basel-Land
Basel-Stadt
Bern
Freiburg / Fribourg
Genf / Geneve
Glarus
Graubünden / Grigioni
Jura
Luzern
Neuchâtel
Nidwalden
Obwalden
St. Gallen
Schaffhausen
Schwyz
Solothurn
Thurgau
Tessin / Ticino
Uri
Vaud / Waadt
Valais / Wallis
Zug
Zürich

Restaurants in


RESTAURANTS » Thurgau » Frauenfeld »

Umkreis  Sortierung

include "function_listsuche.inc"; if ("$kreis" == "$ort"){ // Wenn Ort und Kreis identisch sind, also entweder a) Kreisstadt oder b) gesamter Kreis ausgewählt wurde $latneu = getavgcoordsbykreis("$land", "$kreis", "lat"); $lonneu = getavgcoordsbykreis("$land", "$kreis", "lon"); }else{ // Wenn regulärer Ort $latneu = getavgcoordsbyort("$land", "$kreis", "$ort", "lat"); $lonneu = getavgcoordsbyort("$land", "$kreis", "$ort", "lon"); } ?>