Hallo Auge!
VIELEN DANK :-*
Der Zeilenumbruch war die Ursache!!
So geht es jetzt^^
if(isset($comments[$i]) && $comments[$i] != "\n")
{
print "<div>$comments[$i]</div><br>\n";
}
Hallo Auge!
VIELEN DANK :-*
Der Zeilenumbruch war die Ursache!!
So geht es jetzt^^
if(isset($comments[$i]) && $comments[$i] != "\n")
{
print "<div>$comments[$i]</div><br>\n";
}