I've got a page that has a dropdown on it so that the user can select how many records to show on each page. I'm writing that value to a cookie, etc.
The values are 5, 10, 15, 20, and 25, but when I select '25' from the dropdown, I'm redirected to a 404. When I go back in, the 25 has been saved, and I can see the first 25 records. Also, sometimes '20' works, sometimes it doesn't.
I've tried ob_start, etc to try and break down what's going on, but I can't. Any help?
Admin: please move to php coding -> general forum


