raga come da titolo mi crea un loop infinito
?php
$risultato= mysql_query("select * from tabella_drink") or die (mysql_error());
for ($risultato==$risultato; $risultato<=1000; $risultato++) {
?>
<tr>
<th><?php echo $risultato["id"]; ?></th>
<th></th>
<th></th>
</tr>
<?php
}
?>
non ho idea cosa ho sbagliato