But now the menu is also generated by PHP:
$year = isset($_POST['year']) ? $_POST['year'] : '';
for ($i=0; $i<5; $i++)
Can you do something like when you click on ‘Prev >>’ button you get something like this:
$year = isset($_POST['year']) ? $_POST['year'] : '';
for ($i=5; $i<10; $i++)
Thanks alot