Bricht mittendrin auf.
Aber ich frage mich eigentlich warum, hier mal der Ausschnitt:
Code: Alles auswählen
$sql = "SELECT gb.* FROM `".GUESTBOOK_TABLE."` gb ORDER BY gb.gb_id DESC";
if( !( $result = mysql_query($sql) ) )
{
die('Line: '.__LINE__.'<br />File: '.__FILE__.'<br />Error: '.mysql_error());
}
if( !($total = mysql_num_rows($result)))
{
$total = 0;
}