Hi folks,
Just a quick question, why does this query...return 40 rows? I always understood that the LIMIT command used as above should bring out lines 30 - 40.PHP Code:$select = mysql_query("select * from vse_reservation LIMIT 30,40") or die(mysql_error());
Slightly puzzled?
SpikeZ








Bookmarks