...intendi in questo modo?Codice PHP:
echo "<table>";
while($riga = mysql_fetch_assoc($results)) {
echo "<tr>";
echo "<td>$riga[id]</td>";
echo "<td>$riga[localita]</td>";
echo "<td>$riga[descrizione]</td>";
echo "</tr>";
}
echo "</table>";
...intendi in questo modo?Codice PHP:
echo "<table>";
while($riga = mysql_fetch_assoc($results)) {
echo "<tr>";
echo "<td>$riga[id]</td>";
echo "<td>$riga[localita]</td>";
echo "<td>$riga[descrizione]</td>";
echo "</tr>";
}
echo "</table>";