This commit is contained in:
wrongecho
2024-09-14 23:43:54 +01:00
parent 6975d6ef44
commit c65db3431d
33 changed files with 211 additions and 293 deletions

View File

@@ -59,9 +59,8 @@ if ($total_found_rows > 5) {
$next_class = "disabled";
}
$get_copy = $_GET; // create a copy of the $_GET array
//unset($get_copy['page']);
// Unset Array Var to prevent Duplicate Get VARs
unset($get_copy['page']);
unset($get_copy['page']);
$url_query_strings_page = http_build_query($get_copy);
$prev_page = $page - 1;
$next_page = $page + 1;