home >> "> >>

Scegli la marca:
-1) { $query="select * from prodotti where prodotto_FK_fornitore_codice=$fornitore and prodotto_FK_categoria_codice=$categoria order by prodotto_nome"; // $query="select * from prodotti where prodotto_FK_fornitore_codice=$fornitore order by prodotto_nome"; } else { $query="select * from prodotti where prodotto_FK_categoria_codice=$categoria order by prodotto_nome"; } $dati=mysql_db_query( "$database", $query); $num_totale = mysql_numrows ($dati); if ($fornitore<>-1) { $query="select * from prodotti where prodotto_FK_fornitore_codice=$fornitore and prodotto_giacenza > 0 and prodotto_FK_categoria_codice=$categoria order by prodotto_nome limit $start,$rec_pagina"; // $query="select * from prodotti where prodotto_FK_fornitore_codice=$fornitore and prodotto_giacenza > 0 order by prodotto_nome limit $start,$rec_pagina"; } else { $query="select * from prodotti where prodotto_FK_categoria_codice=$categoria and prodotto_giacenza > 0 order by prodotto_nome limit $start,$rec_pagina"; } $dati=mysql_db_query( "$database", $query); while ($row = mysql_fetch_array ($dati)) {?>
immagini

">

Prezzo: Euro
0) { ?>
Prezzo Scontato: Euro

200){ $stringa_tagliata=substr($stringa, 0,200); $last_space=strrpos($stringa_tagliata," "); $stringa_ok=substr($stringa_tagliata, 0,$last_space); $stringa=$stringa_ok; } ?>
0) { $start1=$start-$rec_pagina-1; if ($start1<=0) $start1=0;?> « precedente | | successivo »