il problema che io ho già un codice del genere nella pag Leggi.php

Codice PHP:
$query "SELECT * FROM chat_giardini ORDER BY 'ID' DESC Limit 0,15"$result mysql_query($query$db); 
while (
$row mysql_fetch_array($result)) {
echo
"<table><tr><td><font size='2'>$row[Ora]</font></td><td>[b]$row[Nick]<img src=/img/$row[Simbolo] width=20 height=20 border='no'>:[/b]</td><td>$row[Testo]</td></tr>"; }
?> 
come faccio ad aggiungerci anche quello?? mi da ovvi errori Parser ecc..