prepare("SELECT * FROM _view_aerzte WHERE keinarzt = 0 AND infratherapie = 1 AND (plz LIKE CONCAT(?,'%'));"))) echo "Prepare failed: (" . $mysqli->errno . ") " . $mysqli->error; if (!$stmt->bind_param('i', $plz)) echo "Binding parameters failed: (" . $stmt->errno . ") " . $stmt->error; } if (isset($_GET["bundeslandID"])) { $bundeslandID = $_GET["bundeslandID"]; if (!is_numeric($bundeslandID)) { header('Location: http://dev.infra-therapie.de/'); exit; } if (!($stmt = $mysqli->prepare("SELECT * FROM _view_aerzte WHERE keinarzt = 0 AND infratherapie = 1 AND (bundeslandID = ?);"))) echo "Prepare failed: (" . $mysqli->errno . ") " . $mysqli->error; if (!$stmt->bind_param('i', $bundeslandID)) echo "Binding parameters failed: (" . $stmt->errno . ") " . $stmt->error; } if (!$stmt->execute()) echo "Execute failed: (" . $stmt->errno . ") " . $stmt->error; if (!($res = $stmt->get_result())) echo "Getting result set failed: (" . $stmt->errno . ") " . $stmt->error; $i = 0; for ($row_no = ($res->num_rows - 1); $row_no >= 0; $row_no--) { $res->data_seek($row_no); $row = $res->fetch_assoc(); $arzt[$i]['anrede'] = $row['anrede']; $arzt[$i]['titel'] = $row['titel']; $arzt[$i]['nachname'] = $row['nachname']; $arzt[$i]['vorname'] = $row['vorname']; $arzt[$i]['fachrichtung'] = $row['fachrichtung']; $arzt[$i]['notiz'] = $row['notiz']; $arzt[$i]['strasse'] = $row['strasse']; $arzt[$i]['plz'] = $row['plz']; $arzt[$i]['ort'] = $row['ort']; $arzt[$i]['tel'] = $row['tel']; $arzt[$i]['fax'] = $row['fax']; $arzt[$i]['url'] = $row['url']; $arzt[$i]['email'] = $row['email']; $i++; } $countAerzte = $i - 1; $res->close(); header("Content-type:text/html; charset=utf-8"); ?> Infratherapie - arterielle Gefäßreinigung
Home
 Presse  |  Newsletter  |   Kontakt  |  Sitemap
 
Home Information für Ärzte Information für Patienten
 
Glossar   Suche 
   
 
 
 
Diese ärztlichen Behandlungseinrichtungen bieten Infratherapie an:
 

 

Behandlungsstandorte im gewählten Bundesland sind in Vorbereitung.

Kontaktaufnahme von interessierten Ärzten noch erbeten.

 

 
"); printf(""); printf(""); printf(""); printf(""); printf(""); printf("\n"); printf(""); printf(""); printf(""); printf(""); printf(""); printf(""); if($arzt[$i]["url"] != "" && $arzt[$i]["url"] != "http://www.") { printf(""); printf(""); printf(""); printf(""); } } ?>
"); PrintValue($arzt[$i], 'anrede', " "); PrintValue($arzt[$i], 'titel', " "); PrintValue($arzt[$i], 'nachname'); PrintValue($arzt[$i], 'vorname', "", ", "); printf("
"); PrintValue($arzt[$i], 'fachrichtung'); printf("
"); printf(""); PrintValue($arzt[$i],"notiz"); printf("
 Telefon"); PrintValue($arzt[$i], "tel"); printf("
"); PrintValue($arzt[$i], "strasse"); printf("Fax"); PrintValue($arzt[$i], "fax"); printf("
"); PrintValue($arzt[$i], "plz", " "); PrintValue($arzt[$i], "ort"); printf("E-Mail"); PrintValue($arzt[$i], "email"); printf("
 URL"); printf(""); PrintValue($arzt[$i], "url"); printf(""); printf("

 

 

 
 
 
  Impressum