View Single Post
Old 10-30-2012, 04:59 PM   PM User | #5
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,635
Thanks: 4
Thanked 2,448 Times in 2,417 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
Quote:
Originally Posted by Saber View Post
Thank you about that, but i don't know how to use the tips you gave me. The truth is that i don't undarstand nothing about PHP i was under the impression that this is finished system. I didn't know i would have to do work on it. I know the code is old, but i think it would not make problem for me. But as i said, i don't know PHP i don't know how to do what you are saying. Is there absolutely no chance for you to make this work, to repair the code ?
I won't rewrite it, but it would be easy to patch it to work properly. Simply search and replace this: $HTTP_GET_VARS and replace with $_GET, and then right before make_next_previous_with_number( $from, $SQL, $this_file_name, $get_vars ,$display_nr); add this:
PHP Code:
$aQS $_GET;
unset(
$aQS['from']);
$get_vars http_build_query($aQS); 
And that looks like it should pass the querystring properly.
Fou-Lu is offline   Reply With Quote
Users who have thanked Fou-Lu for this post:
Saber (10-30-2012)