# Stampo a video tutti i topic del Forum selezionato
while($result = @mysql_fetch_array($query))
{
echo "
echo "<div align='left'>
<table border='0' width='545' height='40'>
<tr>
<td width='373' height='40' bgcolor='#FFFFCC'><ul>[*]<a class="newlink:hover" href="thread.php?f=$_GET[f]&t=$result[id]\">";
$result[titolo]</a>

di $result[autore]</br></td>
<td width='156' height='40' bgcolor='#FFFFCC'></td>
</tr>
</table>
</div>n";
}