Hi,
I am having problems with pagination. I thought I had script 9.4 working without any problems, so carried on with script 9.5, which I also thought was working OK.
I then added another table to my online database which I accessed by a script based on 9.5, but then I found the pagination wasn't working.
I then found the pagination in script 9.5 wasn't working. The s and p appear in the url address line, and it would appear the code:
if (isset($_GET['s']) && is_numeric($_GET['s'])) { $start = $_GET['s']; } else { $start = 0; }
is ignored, as start always