0) { $html .= "\n"; $html .= "\n\t\n\t\n\t\n\t\n\n"; for ($n = 0; $n < mysql_num_rows($Erg); $n++) { $html .= "\n"; $html .= "\t\n"; $html .= "\t\n"; $html .= "\t\n"; $html .= "\t\n"; $html .= "\n"; } $html .= "
TimeUserCommendSQL Command
" . mysql_result($Erg, $n, "Time") . "" . UID2Nick(mysql_result($Erg, $n, "UID")) . displayavatar(mysql_result($Erg, $n, "UID")) . "" . mysql_result($Erg, $n, "Commend") . "" . mysql_result($Erg, $n, "SQLCommad") . "
\n"; } else { $html .= "Log is empty..."; } return $html; } ?>