questioni di apici. con apice singola non viene risolto il nome della variabile/array.

codice:
while($row=mysql_fetch_array($sql))
{
 $html .= '<tr>';
 $html .= "<td>$row[ora]</td>";
 $html .= "<td>$row[luogo]</td>";
 $html .= "<td>$row[km]</td>";
 $html .= "<td>$row[evento]</td>";
 $html .= "<td>$row[adblue]</td>";
 $html .= "<td>$row[targa]</td>";
 $html .= "<td>$row[note]</td>";
 $html .= '</tr>';
}