sivarts Posted July 28, 2006 Share Posted July 28, 2006 Hi-I have a page on which a user can search through records based on a certain criteria. On the page that those results are displayed, there is also the same search option, so that they can perform the search again. However, when I am adding recordset navigation links (I'm using Dreamweaver to apply this behavior to my links) and I try and advance to the next page fo records it doesn't work. Looks like it is also passing the variable for the search form (which has not been submitted except for when arriving to this page) is included in the URL. How can I make sure this 'search variable' is only passed when the form is submitted and not when any other variables are sent??Help would so GLADLY be appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/15859-passing-too-many-variables/ Share on other sites More sharing options...
redarrow Posted July 28, 2006 Share Posted July 28, 2006 look up $_GET[' '] ok.or look up the post i just posted ok Quote Link to comment https://forums.phpfreaks.com/topic/15859-passing-too-many-variables/#findComment-65012 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.