PHP-Code:
$shoutbox_1 "SELECT * FROM shoutbox LIMIT = 10";
$abfrage mysql_query($shoutbox_1);
while (
$shoutbox mysql_fetch_array($abfrage))
{ ...} 
versuch mal das