DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   PHP (http://www.daniweb.com/forums/forum17.html)
-   -   Back URL function and keeping search criteria - From Natasha (http://www.daniweb.com/forums/thread155737.html)

123468743867143 Nov 6th, 2008 3:40 pm
Back URL function and keeping search criteria - From Natasha
 
I operate a real estate directory site.

Trouble of the day: Cannot get my Back URL to go back to the previous page with all the user' search criteria still there. It goes back to the page and they have to fill their criteria again.

Example: They pick Fiji and Islands For Sale, get a listing of Fiji islands, pick one, look at it, click on Back, return to search page but they have to reenter Fiji and Islands For sale.

My current code on my details.php:

$a = getenv('HTTP_REFERER');
//echo"hererer".$a."<br>";
$pos =strpos($a,"qualify_search");
if($pos<>""){
$bck_url="qualify_search.php?listid=$record[listingid]&amp;region_id=$_REQUEST[region_id]&amp;property_type=$_REQUEST[property_type]&amp;country_id=$_REQUEST[country_id]&amp;state_id=$_REQUEST[state_id]&amp;maxprice=$_REQUEST[maxprice]&amp;minprice=$_REQUEST[minprice]&keywordtxt=$_REQUEST[keywordtxt]&option_page=$_REQUEST[option_page]";
}
//echo"position".$pos;
//$baray=explode("/",$a);
/*
switch($baray[4]){
case"qualify_search.php":
$bck_url="qualify_search.php?listid=$record[listingid]&amp;region_id=$_REQUEST[region_id]&amp;property_type=$_REQUEST[property_type]&amp;country_id=$_REQUEST[country_id]&amp;state_id=$_REQUEST[state_id]&amp;maxprice=$_REQUEST[maxprice]&amp;minprice=$_REQUEST[minprice]&keywordtxt=$_REQUEST[keywordtxt]";
break;
}

It seems simple enough. What is wrong with me today?
Thanks for your help.

Natasha
:?:

Will Gresham Nov 6th, 2008 3:52 pm
Re: Back URL function and keeping search criteria - From Natasha
 
Do you mean the back button on the browser or do you have a back link on the page?

With your code you should be able to go back using the url vars, but depending on how your search page works it may not work with the browsers back button

123468743867143 Nov 6th, 2008 3:59 pm
Re: Back URL function and keeping search criteria - From Natasha
 
I have a Back button on the page itself (IE: Click here to return to previous page).

The Back arrow on browser does not work, it refreshes the search.

123468743867143 Nov 6th, 2008 4:00 pm
Re: Back URL function and keeping search criteria - From Natasha
 
Hey forgot to say Hello. Sorry.


All times are GMT -4. The time now is 11:03 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC