header('Content-Type:text/html; charset=UTF-8');
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Cache-Control: private, no-cache');
header('Pragma: no-cache');
$.ajaxSetup({ cache: false });
An AA cell measures 49.2–50.5 mm (1.94–1.99 in) in length, including the button terminal—and 13.5–14.5 mm (0.53–0.57 in) in diameter. The positive terminal button should be a minimum 1 mm high and a maximum 5.5 mm in diameter, the flat negative terminal should be a minimum diameter of 7 mm.[1]en.wikipedia.org/wiki/AA_battery
SELECT * FROM ... ORDER BY id DESC limit 3
SELECT * FROM ...
WHERE ID NOT IN (SELECT * FROM ... ORDER BY id DESC limit 3)
SELECT * FROM ... ORDER BY id DESC limit 3, 100000