Everything is working good for me except for one thing.
If I don't keep increasing the $perpage = number in the vbgarage.php file(below), it will go to a second page which will display as a completely blank white page? How can I fix it to where it will go to a second page that works? I really don't want one big long vbgarage page.
Code:
if ($perpage == 0 or $perpage > 200) { $perpage = 100; }
Thanks.