Quote:
Originally Posted by Lynne
Since you are getting passed a single value (ie. initially it is genders=1 or genders=2, right?), then it is simply a string or integer at that point - it isn't an array that is getting passed via the URL.
|
First of all thank you for your prompt attention. You're always here to help people. Really appreciated.
No, I'm passimg array of values from the initial form to genders[]. The first page works just fine. I'm using these array values to preselect the form that exists in the searchresults page.
The problem starts to appear when I'm navigating to any other page using the pagination (always on the same php file/page). The navigation works, but I'm loosing the values of the variables.
Maybe the solution can be childish. Is that $postvalues at the end of:
Code:
$pagenav = construct_page_nav($pagenumber, $perpage, $records, 'dating.php?' . $vbulletin->session->vars['sessionurl'] . 'do=searchresults'.$postvalues.'');
something needing for constructing the pagination, or not? If not then I believe that I can find a solution.
Thank you again