"); if ( $datei <> "" ) { $datum2 = strtr($datum,"_"," "); $db = mysql_connect("172.28.214.178", "u1053996datenfd", "mMeU0qgI"); mysql_select_db("db1053996daten",$db); $result = mysql_query("SELECT * FROM kommentar WHERE datei=\"$datei\" and datum=\"$datum2\"",$db); while ($myrow = mysql_fetch_row($result)) { printf("
Von: %s
Email:
%s
Titel: %s
",$myrow[2],$myrow[3],$myrow[3],$myrow[4]); printf("
"); $myrow[5] = htmlentities($myrow[5]); $myrow[5] = nl2br($myrow[5]); printf("
%s
",$myrow[5]); printf("
"); } } printf("
[zurück zum Beitrag]
",$datei); ?>