Offres, produits d'occasion et réductions
Outlet
Les meilleures offres, produits d'occasion et réductions.
PRODUITS DISPONIBLES:
include("../gestio/includes/config.php");
//agafem el nom de la categoria.
$categories = mysql_query("SELECT * FROM categories order by id ASC", $link) or die("Error: ".mysql_error());
$total_registros = mysql_num_rows($categories);
if($total_registros > 0) {
while($categoria = mysql_fetch_array($categories)) {
?>
}
}
?>
///agafem les dades dels productes
$productes = mysql_query("SELECT productes.*, categories.categoria FROM productes INNER JOIN categories ON (productes.categoria_id = categories.id) where productes.id = ".$_GET['producte_id']." order by marca ASC", $link) or die("Error: ".mysql_error());
$total_registros = mysql_num_rows($productes);
if($total_registros > 0) {
while($producte = mysql_fetch_array($productes)) {
?>
-
//imatges
$fotos = mysql_query("Select * from fotos where producte_id = '".$_GET['producte_id'] ."' ", $link);
while($foto = mysql_fetch_array($fotos)) {
echo "
";
echo '';
echo "";
}
?>
MARQUE:
MODÈLE:
DIMENSIONS (l.h.p): ml:
REF N º.:
GARANTIE:
DESCRIPTION: PRIX D'ORIGINE:
OFFRE:
ACHETER!
}
}
?>