Hola, muchas gracias, lo acabo de probar y me da error:
Código HTML:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') DESC LIMIT 0, 13' at line 1
supongo que se refiere a:
Código HTML:
Ver original$maxRows_Recordset2 = 13;
$pageNum_Recordset2 = 0;
if (isset($_GET['pageNum_Recordset2'])) {
$pageNum_Recordset2 = $_GET['pageNum_Recordset2'];
}
$startRow_Recordset2 = $pageNum_Recordset2 * $maxRows_Recordset2;
Estoy probando con:
Código HTML:
Ver originalAND fechaentrada < ( CURDATE() - INTERVAL 24 HOUR)";
¿alguna sugerencia?
enlace a BD
http://www.forosdelweb.com/f21/consu...s-24h-1155937/