Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
limit 1 offset 1
while ($queryTable01 = mysql_fetch_array($queryTable00)) {
$myRows[]=$queryTable01;
...
}
$lastRow=$myRows[count($myRows)-1];
$secondtolastRow=$myRows[count($myRows)-2];