Good day > So limit 0 (or limit null, or limit false) would remove the limit portion if > the query?
True. As long as you have entries amount less than PHP_INT_MAX (which is different for 32-bit and 64-bit systems). Mac OS X Snow Leopard 10.6.4 (64 bit) dwr:~ dwr$ php intmax.php 9223372036854775807 dwr:~ dwr$ Debian Lenny 5.0 (32 bit) dwr:~ dev1$ php intmax.php 2147483647 dwr:~ dev1$ -- Валерий Яцко ______________________________________________________________________ [email protected] | http://www.artlebedev.ru
