Mix, Animaciones de Fiestas para Bebes. Fotos!! - Capital y Gran Bs. As. 11 4755-2355 'interior' order by animaciones.idanimacion desc, fotos.idfoto limit 100"; } else { $strquery = "select * from animaciones inner join fotos on fotos.idanimacion = animaciones.idanimacion where region <> 'interior' and animaciones.tipo = '$codigo' order by animaciones.idanimacion desc , fotos.idfoto limit 100"; } //echo $strquery; $result = $conn->query($strquery); $i=0; if ($result->num_rows > 0) { while($row = $result->fetch_assoc()) { $value{$i}{idanimacion} = $row["idanimacion"]; $value{$i}{fecha} = substr($row["fecha"], 0, 10); $value{$i}{tipo} = $row["tipo"]; $value{$i}{lugar} = $row["lugar"]; $value{$i}{zona} = $row["zona"]; $value{$i}{region} = $row["region"]; $value{$i}{titulo} = $row["titulo"]; $value{$i}{idfoto} = $row["idfoto"]; $value{$i}{descripcion} = cleanstr($row["descripcion"]); $i++; } } function ObtenerCantidadFotos($value, $aIdAnimacionActual) { $cantidad = count($value); $acu = 0; for ($i=0; $i<=$cantidad ;$i++){ if ($value{$i}{idanimacion} == $aIdAnimacionActual) { $acu = $acu + 1; } } return $acu; } $cantidad = count($value)-1; $IdAnimacionAnterior = 0; $IdAnimacionActual = 0; for ($i=0; $i<=$cantidad ;$i++){ $IdAnimacionActual = $value{$i}{idanimacion}; if ($IdAnimacionAnterior != $IdAnimacionActual) { $IdAnimacionAnterior = $IdAnimacionActual; if (trim($value{$i}{titulo}) != "") { $Titulo = "Mix, ". $value{$i}{titulo}; } else { if (($value{$i}{lugar} != "") and ($value{$i}{zona} != "")) { $Titulo = "Mix, ". $value{$i}{tipo} . " en " . $value{$i}{lugar} . " de " . $value{$i}{zona}; } else { $Titulo = "Mix, ". $value{$i}{tipo} . "..."; } } $Titulo = cleanstr($Titulo); $CantidadFotos = ObtenerCantidadFotos($value, $IdAnimacionActual); $ruta1 = 'fiestas/fotos/'.$value{$i}{idfoto}.'.jpg'; $ruta2 = 'fiestas/fotos/'.$value{$i+1}{idfoto}.'.jpg'; $ruta3 = 'fiestas/fotos/'.$value{$i+2}{idfoto}.'.jpg'; $rutaaux1 = 'fiestas/fotos/'.$value{$i}{idfoto}.'aux.jpg'; $rutaaux2 = 'fiestas/fotos/'.$value{$i+1}{idfoto}.'aux.jpg'; $rutaaux3 = 'fiestas/fotos/'.$value{$i+2}{idfoto}.'aux.jpg'; if ($CantidadFotos == 3) { //ReducirImagen($ruta1, $rutaaux1); //ReducirImagen($ruta2, $rutaaux2); //ReducirImagen($ruta3, $rutaaux3); $ruta1 = $rutaaux1; $ruta2 = $rutaaux2; $ruta3 = $rutaaux3; } if ($CantidadFotos == 2) { //ReducirImagen($ruta1, $rutaaux1); //ReducirImagen($ruta2, $rutaaux2); $ruta1 = $rutaaux1; $ruta2 = $rutaaux2; } if ($CantidadFotos == 1) { //ReducirImagen($ruta1, $rutaaux1); $ruta1 = $rutaaux1; } echo "\n
\n"; echo " "; echo "\n \n"; echo "\n \n"; if ($CantidadFotos == 3) { echo " "; } if ($CantidadFotos == 2) { echo " "; } if ($CantidadFotos == 1) { echo " "; } echo "\n \n"; } } include 'desconectar.php'; ?>
" . $Titulo . "   Ver..
" . "".$value{$i}{descripcion}."" . "   ".$value{$i+1}{descripcion}."" . "   ".$value{$i+2}{descripcion}."" . "
"; if ($value{$i}{descripcion} != "") { $desc = $value{$i}{descripcion}; } if ($value{$i+1}{descripcion} != "") { $desc = $desc . " - " . $value{$i+1}{descripcion}; } if ($value{$i+2}{descripcion} != "") { $desc = $desc . " - " . $value{$i+2}{descripcion}; } echo " " . substr($desc, 0, 80) . "..." . "
" . "".$value{$i}{descripcion}."" . "   ".$value{$i+1}{descripcion}."" . "
"; if ($value{$i}{descripcion} != "") { $desc = $value{$i}{descripcion}; } if ($value{$i+1}{descripcion} != "") { $desc = $desc . " - " . $value{$i+1}{descripcion}; } echo " " . $desc . "
" . "".$value{$i}{descripcion}."" . "
"; echo " " . $value{$i}{descripcion} . "