jake2891 Posted February 20, 2008 Share Posted February 20, 2008 Hi Guys, Im having a litle difficulty with a "Go Back" button on a website. Basically you search for properties then you can view the details and save the property you want to a cart. Now here is the problem once u have saved the property to the cart and your currently in the cart i click the go back button which takes me back to the details of the property which is correct. Now on this page i click back to take me to the listings i searched for but instead it takes me back to the cart. Because im using $SERVER[HTTP_REFERRER] The cart was the referring page but i want it to go back to the listings i searched for from the details page. This probably sounds silly but im quite stuck. Any suggestions on how to do this without using the http_referrer ??? Link to comment https://forums.phpfreaks.com/topic/92051-go-back-button-help-http_referrer/ Share on other sites More sharing options...
timmy0320 Posted February 20, 2008 Share Posted February 20, 2008 Try $_SERVER['REQUEST_URI'] Link to comment https://forums.phpfreaks.com/topic/92051-go-back-button-help-http_referrer/#findComment-471414 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.