02-08-2008, 01:57 AM
|
#22 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
Quote:
Originally Posted by dylanfm
Never let your offset go beneath 0
|
I have this:
PHP Code:
if ($page < 1)
{
$page = 1;
}
__________________
VillageIdiot can have my babbies ;d
|
|
|
|