Art.
Caracteristicas
INFORMACIÓN PRIVADA
}?>
PRECIOS
}?>
$sql3="select * from opciones_colores where producto=".(int)$idn;
$result3 = mysql_query($sql3,$SQLid);
if($row1 = mysql_fetch_array($result3))
{?>
DETALLES DEL PRODUCTO
$sql3="select * from opciones_colores where producto=".(int)$idn;
$result3 = mysql_query($sql3,$SQLid);
while($row1 = mysql_fetch_array($result3))
{
$co=$row1['color'];
$sql2="select * from marcas where id=$co";
$result2 = mysql_query($sql2,$SQLid);
$row2 = mysql_fetch_array($result2);
?>
}}
?>
}?>
}?>