credo che sia colpa di quel risultato uguale risultato

non è meglio scrivere cosi
Codice PHP:
$risultatomysql_query("select * from tabella_drink limit 1000") or die (mysql_error());
while(
$result=mysql_fetch_array($risultato){
echo 
"<tr>
<th> 
$riesult['id']</th>
<th></th>
<th></th>
</tr>"
;