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