Seleccione un producto para ver que proyectos realizamos con él.
include ("files/conexion.php");
$link=Conectarse();
$result=mysql_query("SELECT DISTINCT elemento, rubros.nombre FROM relaciones left join rubros on rubros.ID=relaciones.elemento left join videos on videos.ID=relaciones.video WHERE videos.tipo=0 and videos.video<>'' and tipoelem=0",$link);
while($rs = mysql_fetch_array($result))
{
echo '