Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
$result=mysql_query("select * from tblkunde where idKdNr=".$_POST["Kunde"]);
while($row = mysql_fetch_object($result)){
$rep_array= array(
"{idKdNr}"=>$row -> idKdNr,
"{Name}"=>$row->Name,
"{Vorname}"=>$row->Vorname,
"{Bemerkung}"=>$row->Bemerkung,
"{fiPLZ}"=>$row->fiPLZ,
"{StrHnr}"=>$row->StrHnr,
"{Gehalt}"=>$row->Gehalt);
$inhalt.= strtr($show, $rep_array);
Strasse/Hausnummer:<INPUT TYPE=text NAME='Strasse' VALUE={StrHnr}>
<textarea name="Strasse" cols="40" rows="5">
{StrHnr}
</textarea><br>