conexion();
$query = 'SELECT * FROM contactos';
$consulta = $conexion->consultar($conex, $query);
while ($fila = $conexion->recorrerfila($consulta)) {
$sabia = utf8_encode($fila[2]);
$ciudadf = utf8_encode($fila[3]);
$direccion = utf8_encode($fila[4]);
$telefono = utf8_encode($fila[5]);
$celular = utf8_encode($fila[6]);
$email = utf8_encode($fila[7]);
}
error_reporting(0);
include '../libs/validar.php';
$validacion = new validaciones();
//echo print_r($_GET);
$nulimit = 12;
$sidx = 1;
$nupage = 1;
$ord = 'ASC';
$uno = 'promobienes';
$dos = 'promobienes2';
$suma = 0;
//recoge el valor de nupage
if ($_REQUEST["nupage"]) {
$nupage = $_REQUEST["nupage"];
} else {
$nupage = 1;
}
//define el inicio
if (is_numeric($nupage)) {
$inicio = (($nupage - 1) * $nulimit);
} else {
$inicio = 1;
}
//parametros filtros
if ($_REQUEST[codigo]) {
$codigo = $_REQUEST[codigo];
//if( is_numeric($_REQUEST[contenga]) ){$codigo=$_REQUEST[contenga];}
//else $barriob=$_REQUEST[contenga];
} else {
if ($_REQUEST[ciudad]) {
$ciudad = $_REQUEST[ciudad];
}
if ($_REQUEST[gestion]) {
$gestion = $_REQUEST[gestion];
}
if ($_REQUEST[zona]) {
$zona = $_REQUEST[zona];
}
if ($_REQUEST[tipo]) {
$tipo = $_REQUEST[tipo];
}
if ($_REQUEST[barrio]) {
$barriob = $_REQUEST[barrio];
}
if ($_REQUEST[pdesde]) {
$pdesde = $_REQUEST[pdesde];
}
if ($_REQUEST[phasta]) {
$phasta = $_REQUEST[phasta];
}
if ($_REQUEST[adesde]) {
$adesde = $_REQUEST[adesde];
}
if ($_REQUEST[ahasta]) {
$ahasta = $_REQUEST[ahasta];
}
if ($_REQUEST[asesor]) {
$asesor = $_REQUEST[asesor];
}
if ($_REQUEST[car]) {
$car = $_REQUEST[car];
}
if ($_REQUEST[habs]) {
$habs = $_REQUEST[habs];
}
if ($_REQUEST[orden]) {
$orden = $_REQUEST[orden];
}
//echo 'orden es igual a'.$orden;
$pdesde = str_replace('.', '', str_replace('$', '', $pdesde));
$phasta = str_replace('.', '', str_replace('$', '', $phasta));
if ($gestion == 1 && $pdesde != '' && $phasta != '') {
$pdesdea = $pdesde;
$phastaa = $phasta;
} elseif ($gestion == 2 && $pdesde != '' && $phasta != '') {
$pdesdev = $pdesde;
$phastav = $phasta;
}
if ($gestion == 1) {
$pdesdea = $pdesde;
$phastaa = $phasta;
if ($orden == 1) {
$sidx = 17;
$ord = 'ASC';
}
if ($orden == 2) {
$sidx = 17;
$ord = 'DESC';
}
if ($orden == 3) {
$sidx = 10;
$ord = 'ASC';
}
if ($orden == 4) {
$sidx = 10;
$ord = 'DESC';
}
if ($orden == null) {
$orden = 1;
$sidx = 17;
$ord = 'ASC';
}
} else if ($gestion == 2) {
$pdesdev = $pdesde;
$phastav = $phasta;
if ($orden == 1) {
$sidx = 19;
$ord = 'ASC';
}
if ($orden == 2) {
$sidx = 19;
$ord = 'DESC';
}
if ($orden == 3) {
$sidx = 10;
$ord = 'ASC';
}
if ($orden == 4) {
$sidx = 10;
$ord = 'DESC';
}
if ($orden == null) {
$orden = 1;
$sidx = 19;
$ord = 'ASC';
}
} else {
if ($orden == 1 || $orden == 2) {
$sidx = 17;
$ord = 'ASC';
}
if ($orden == 3 || $orden == 4) {
$sidx = 10;
$ord = 'ASC';
}
}
if ($gestion == 1) {
$pdesdea = $pdesde;
$phastaa = $phasta;
}
if ($gestion == 2) {
$pdesdev = $pdesde;
$phastav = $phasta;
}
}// del else codigo
function slug($string)
{
$characters = array(
"Á" => "A", "Ç" => "c", "É" => "e", "Í" => "i", "Ñ" => "n", "Ó" => "o", "Ú" => "u",
"á" => "a", "ç" => "c", "é" => "e", "í" => "i", "ñ" => "n", "ó" => "o", "ú" => "u",
"à" => "a", "è" => "e", "ì" => "i", "ò" => "o", "ù" => "u"
);
$string = strtr($string, $characters);
$string = strtolower(trim($string));
$string = preg_replace("/[^a-z0-9-]/", "-", $string);
$string = preg_replace("/-+/", "-", $string);
if (substr($string, strlen($string) - 1, strlen($string)) === "-") {
$string = substr($string, 0, strlen($string) - 1);
}
return $string;
}
?>
alert("Sin resultados, pruebe una busqueda distinta")';
echo $msg;
$msg = '';
echo $msg;
}
$paginas = ceil($totalreg / $nulimit);
$fin = $nulimit * $nupage; // 12*2 = 24 // 12*40= 480
if ($totalreg < $fin) {
$fin = $totalreg;
} //477 < 24 // 477 < 480
$inicio = $inicio + 1; //
if ($totalreg == 0) {
echo "No hay resultados para mostrar";
} elseif ($totalreg == 1) {
echo "Mostrando $inicio Inmueble de $totalreg encontrado";
} else {
echo "Mostrando $inicio a $fin Inmuebles de $totalreg encontrados";
}
echo "
alert("Sin resultados, pruebe una busqueda distinta")';
echo $msg;
$msg = '';
echo $msg;
}
$paginas = ceil($totalreg / $nulimit);
$fin = $nulimit * $nupage; // 12*2 = 24 // 12*40= 480
if ($totalreg < $fin) {
$fin = $totalreg;
} //477 < 24 // 477 < 480
$inicio = $inicio + 1; //
if ($totalreg == 0) {
echo "No hay resultados para mostrar";
} elseif ($totalreg == 1) {
echo "Mostrando $inicio Inmueble de $totalreg encontrado";
} else {
echo "Mostrando $inicio a $fin Inmuebles de $totalreg encontrados";
}
echo "
";
?>
valImagen($var['fotos'][0]['sbUrlFoto']);
if($img == true)
{
$fotoimp = $var['fotos'][0]['sbUrlFoto'];
}else{
$fotoimp = '../assets/images/content/logo-onepager.png';
}
if (1 == 1) {
echo '';
}
} // for each
?>