>

". $lng['CERCA_NEGATIVO']. "
"; }else { $number = mysql_num_rows($result); if ($number < 1) { echo "
". $lng['CERCA_NEGATIVO']. "
"; } $rep = array ("/", " "); if ($table == "prodotti_casa") { $dirr= "prodotti"; $scheda = "scheda.php"; }else if ($table == "oggetti"){ $dirr ="oggetti"; $scheda = "scheda_ogg.php"; } while ($riga = mysql_fetch_assoc($result)) { echo "
\"".
"; echo ""; echo "
"; $tot++; } } ?>