";
if (isset($filtro))
$criteri = "SELECT * FROM $tabella WHERE $filtro ORDER BY $campo";
else
$criteri = "SELECT * FROM $tabella ORDER BY $campo";
//echo $criteri;
$result = mysql_query($criteri, $db);
if ($myrow = mysql_fetch_array($result))
{
////echo "