Código PHP:
$rs = mysql_query("select * from ventas limit " . $inicio . "," . $TAMANO_PAGINA); $lodo=mysql_fetch_array($rs) or die(mysql_error());
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 '' at line 1
¿Como se soluciona? Gracias