:: Bienvenidos a TAIRA Producciones - Arte Latinoamericano __________________________________________________________________
<% $x=0;
db_query("select * from TABLAS where visible=1 and tipo='S' order by orden",$datosm);
do {
if (db_fetch($datosm,$PRm)) {
db_query("select * from SERVICIOS where visible=1 and producto=$PRm->id order by orden",$datos1);
if (db_rows($datos1)>0) {
$x++;
%>
<% db_query("select GALERIAS.*,TABLAS.titulo as categ from GALERIAS,TABLAS where GALERIAS.visible=1 and TABLAS.visible=1 and GALERIAS.categoria=TABLAS.id order by TABLAS.orden,orden,titulo",$datos1);
$categ="";
do {
if (db_fetch($datos1,$PR1)) {
if ($categ!=$PR1->categ) {
$categ=$PR1->categ; %>
<% if ($_REQUEST["idn"]!="")
db_query("select NOTICIAS.*,TABLAS.titulo as tprod from NOTICIAS,TABLAS where NOTICIAS.id=".$_REQUEST["idn"]." and NOTICIAS.visible=1 and TABLAS.id=NOTICIAS.producto",$datos);
else
db_query("select NOTICIAS.*,TABLAS.titulo as tprod from NOTICIAS,TABLAS where NOTICIAS.noticias=1 and NOTICIAS.visible=1 and TABLAS.id=NOTICIAS.producto order by NOTICIAS.orden",$datos);
if (db_fetch($datos,$PR)) {
%>