''){ $esito1 = mysql_db_query($db_database,"select * from categoria where idcategoria = $_GET[cat]",$conn); if (!$esito1) { echo "Errore filtro CAT.\n"; exit; } $num=mysql_num_rows($esito1); $i=0; while ($i < $num) { $idcategoria = mysql_result($esito1, $i, "idcategoria"); $categoria = mysql_result($esito1, $i, "categoria"); echo"

$categoria

"; $i++; } }else{ echo"

I nostri PRODOTTI

"; } ?>

Prodotti per l'edilizia

    $categoria"; }else{ echo"
  • $categoria"; } $i++; } ?>
''){ $esito = mysql_db_query($db_database,"select * from prodotti WHERE categoria = '$_GET[cat]'",$conn); if (!$esito) { echo "Errore filtro.\n"; exit; } $num=mysql_num_rows($esito); $i = 0; while ($i < $num) { $idprodotti = mysql_result($esito, $i, "idprodotti"); $prodotto = mysql_result($esito, $i, "prodotto"); $descrizione = mysql_result($esito, $i, "descrizione"); $testo = html_entity_decode(mysql_result($esito, $i, "testo")); $foto = mysql_result($esito, $i, "foto"); $i++; echo"

$prodotto


$descrizione

$testo

"; } }else{ echo"

LE NOSTRE CATEGORIE DI PRODOTTI



INTONACI PREMISCELATI DI FONDO BASE CEMENTO E GESSO:
Intocem g - Intocem g fibrorinforzato - Intocem bl - Intoges

MALTE CEMENTIZIE:
Sabbiacem - Sabbiacem MFV

TONACHINI E RASANTI:
Tonachino G - Tonachino B - Tonachino A - Intoras CB - Rasiges 1 - Rasofix

RIVESTIMENTI MINERALI COLORATI:
Bisanzio - Raffaello

INTONACI TEMOISOLANTI E ANTICENDIO:
Prontoterm - Antgever

COLLANTI IN POLVERE:
kleber K2 - Kleber K6 - Masterkol - Kleber K100 - Kleber Flex

IMPERMEABILIZZANTI E DEUMIDIFICANTI:
Idroelastic - Paigum - Idrosil A – Idrofugo - Deucem

BIO-EDILIZIA:
Antica Calce - Linea prodotti per bio-edilizia e restauro

RECUPERO EDILIZIO:
Betonfix - ruginet - risacem

PRODOTTI PER TRATTAMENTO SOTTOFONDI:
Autolivellante L12 - Ysol primer - Lattifix - Acril 330

VARI PER L'EDILIZIA:
Sigilfix - Pront ref


"; } ?>