searls03 Posted October 15, 2012 Share Posted October 15, 2012 is there anyway to keep the $_GET tag in the url stay permanently? as in www.example.com?id=1. then when I change the page, it stays, so www.example.com/page2.php?id=1? and if the id isn't there, then it wont show. but basically if it is there, it needs to stay there whereever i navigate to in the site, but if it isn't there, it won't show. I know I could use a session or cookie to do the same thing, but I am going to have it switch on and off, so it would be harder to undo, then reset it. please help me with my question, while not giving me different solutions than what I am looking for (ie. sessions). Quote Link to comment https://forums.phpfreaks.com/topic/269504-_get/ Share on other sites More sharing options...
PFMaBiSmAd Posted October 15, 2012 Share Posted October 15, 2012 See this post - http://forums.phpfreaks.com/topic/257237-automatically-pass-multiple-gets/page__hl__+http%20+build%20+query#entry1318570 Quote Link to comment https://forums.phpfreaks.com/topic/269504-_get/#findComment-1385398 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.