06-16-2009, 07:07 AM
|
#15 (permalink)
|
|
The Contributor
Join Date: Jun 2009
Location: Seattle, WA
Posts: 76
Thanks: 1
|
Quote:
Originally Posted by knight13
PHP Code:
$PageNumber = (isset($_GET['page'])&& is_numeric($_GET['page'])) ? $_GET['paget'] : 1;
|
Without looking at the code, it seems as though it needs a counter.
|
|
|