Hi david,
what is the value page=1 used for? just being curious.
regards,
Jay
In the sort banner I've got a hidden input with a name=page and a hard coded value=1. In other words, the hidden input always has page=1. Is this right?
regards,
Jay
Hi Jay,
That's fine - it means that when the user changes sort they go back to page 1, which makes sense.
Cheers,
David.
Hello Don,
It's a parameter passed in to search.php which is used to construct the LIMIT start,count clause in the SQL to navigate through the search results pages...
Cheers,
David.