hi, sure, as i mentioned, there are two, i'll copy the simpler one:
[connection stuff]
$abfrage = "select * from log order by datum desc limit 100";
$erg = mysql_db_query("tablename",$abfrage,$connection);while (list($datum,$host,$ident,$user,$method) = mysql_fetch_row($erg)){echo "<tr><td>$datum</td><td>$host</td><td>$ident</td><td>$user</td><td>$method</td></tr>\n";}
straight forward, isn't it?
also called the tech people at the server, they're looking into it, i think it has to be a problem on their side, i just don't get why it displays everything before todays' date fine.