Sigo sin conseguirlo, segun donde lo pongo me tirar errores o me abre otrapagina haya o no resultados.dejo el codigo por si podeisayudarme.
Código PHP :
<?php require_once('Connections/pruebasbd.php'); ?>
<?php
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
$theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
$theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
switch ($theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "long":
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
case "double":
$theValue = ($theValue != "") ? "'" . doubleval($theValue) . "'" : "NULL";
break;
case "date":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "defined":
$theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
break;
}
return $theValue;
}
}
$currentPage = $_SERVER["PHP_SELF"];
$maxRows_rstipo = 4;
$pageNum_rstipo = 0;
if (isset($_GET['pageNum_rstipo'])) {
$pageNum_rstipo = $_GET['pageNum_rstipo'];
}
$startRow_rstipo = $pageNum_rstipo * $maxRows_rstipo;
$colname_rstipo = "-1";
if (isset($_GET['tipo'])) {
$colname_rstipo = $_GET['tipo'];
}
mysql_select_db($database_pruebasbd, $pruebasbd);
$query_rstipo = sprintf("SELECT * FROM web WHERE tipo = %s ORDER BY precio ASC", GetSQLValueString($colname_rstipo, "int"));
$query_limit_rstipo = sprintf("%s LIMIT %d, %d", $query_rstipo, $startRow_rstipo, $maxRows_rstipo);
$rstipo = mysql_query($query_limit_rstipo, $pruebasbd) or die(mysql_error());
$row_rstipo = mysql_fetch_assoc($rstipo);
if (isset($_GET['totalRows_rstipo'])) {
$totalRows_rstipo = $_GET['totalRows_rstipo'];
} else {
$all_rstipo = mysql_query($query_rstipo);
$totalRows_rstipo = mysql_num_rows($all_rstipo);
}
$totalPages_rstipo = ceil($totalRows_rstipo/$maxRows_rstipo)-1;
$maxRows_rstipo = 10;
$pageNum_rstipo = 0;
if (isset($_GET['pageNum_rstipo'])) {
$pageNum_rstipo = $_GET['pageNum_rstipo'];
}
$startRow_rstipo = $pageNum_rstipo * $maxRows_rstipo;
$colname_rstipo = "-1";
if (isset($_GET['tipo'])) {
$colname_rstipo = $_GET['tipo'];
}
mysql_select_db($database_pruebasbd, $pruebasbd);
$query_rstipo = sprintf("SELECT * FROM web WHERE tipo = %s ORDER BY precio ASC", GetSQLValueString($colname_rstipo, "int"));
$query_limit_rstipo = sprintf("%s LIMIT %d, %d", $query_rstipo, $startRow_rstipo, $maxRows_rstipo);
$rstipo = mysql_query($query_limit_rstipo, $pruebasbd) or die(mysql_error());
$row_rstipo = mysql_fetch_assoc($rstipo);
if (isset($_GET['totalRows_rstipo'])) {
$totalRows_rstipo = $_GET['totalRows_rstipo'];
} else {
$all_rstipo = mysql_query($query_rstipo);
$totalRows_rstipo = mysql_num_rows($all_rstipo);
}
$totalPages_rstipo = ceil($totalRows_rstipo/$maxRows_rstipo)-1;
$queryString_rstipo = "";
if (!empty($_SERVER['QUERY_STRING'])) {
$params = explode("&", $_SERVER['QUERY_STRING']);
$newParams = array();
foreach ($params as $param) {
if (stristr($param, "pageNum_rstipo") == false &&
stristr($param, "totalRows_rstipo") == false) {
array_push($newParams, $param);
}
}
if (count($newParams) != 0) {
$queryString_rstipo = "&" . htmlentities(implode("&", $newParams));
}
}
$queryString_rstipo = sprintf("&totalRows_rstipo=%d%s", $totalRows_rstipo, $queryString_rstipo);
$maxRows_rstipo = 4;
$pageNum_rstipo = 0;
if (isset($_GET['pageNum_rstipo'])) {
$pageNum_rstipo = $_GET['pageNum_rstipo'];
}
$startRow_rstipo = $pageNum_rstipo * $maxRows_rstipo;
$colname_rstipo = "-1";
if (isset($_GET['tipo'])) {
$colname_rstipo = $_GET['tipo'];
}
mysql_select_db($database_pruebasbd, $pruebasbd);
$query_rstipo = sprintf("SELECT * FROM web WHERE tipo = %s ORDER BY precio ASC", GetSQLValueString($colname_rstipo, "int"));
$query_limit_rstipo = sprintf("%s LIMIT %d, %d", $query_rstipo, $startRow_rstipo, $maxRows_rstipo);
$rstipo = mysql_query($query_limit_rstipo, $pruebasbd) or die(mysql_error());
$row_rstipo = mysql_fetch_assoc($rstipo);
if (isset($_GET['totalRows_rstipo'])) {
$totalRows_rstipo = $_GET['totalRows_rstipo'];
} else {
$all_rstipo = mysql_query($query_rstipo);
$totalRows_rstipo = mysql_num_rows($all_rstipo);
}
$totalPages_rstipo = ceil($totalRows_rstipo/$maxRows_rstipo)-1;
$maxRows_rstipo = 4;
$pageNum_rstipo = 0;
if (isset($_GET['pageNum_rstipo'])) {
$pageNum_rstipo = $_GET['pageNum_rstipo'];
}
$startRow_rstipo = $pageNum_rstipo * $maxRows_rstipo;
$colname_rstipo = "-1";
if (isset($_GET['tipo'])) {
$colname_rstipo = $_GET['tipo'];
}
mysql_select_db($database_pruebasbd, $pruebasbd);
$query_rstipo = sprintf("SELECT * FROM web WHERE tipo = %s ORDER BY precio ASC", GetSQLValueString($colname_rstipo, "int"));
$query_limit_rstipo = sprintf("%s LIMIT %d, %d", $query_rstipo, $startRow_rstipo, $maxRows_rstipo);
$rstipo = mysql_query($query_limit_rstipo, $pruebasbd) or die(mysql_error());
$row_rstipo = mysql_fetch_assoc($rstipo);
if (isset($_GET['totalRows_rstipo'])) {
$totalRows_rstipo = $_GET['totalRows_rstipo'];
} else {
$all_rstipo = mysql_query($query_rstipo);
$totalRows_rstipo = mysql_num_rows($all_rstipo);
}
$totalPages_rstipo = ceil($totalRows_rstipo/$maxRows_rstipo)-1;
$queryString_rstipo = "";
if (!empty($_SERVER['QUERY_STRING'])) {
$params = explode("&", $_SERVER['QUERY_STRING']);
$newParams = array();
foreach ($params as $param) {
if (stristr($param, "pageNum_rstipo") == false &&
stristr($param, "totalRows_rstipo") == false) {
array_push($newParams, $param);
}
}
if (count($newParams) != 0) {
$queryString_rstipo = "&" . htmlentities(implode("&", $newParams));
}
}
$queryString_rstipo = sprintf("&totalRows_rstipo=%d%s", $totalRows_rstipo, $queryString_rstipo);