I have some database information that is being shown on a page.
I am using a pagination class that uses the $_GET[\'page\'] variable in the url. When you c
$_GET[\'page\']
$query_string = http_build_query(array_merge($_GET, array('page' => $page)));