Jon12345 Posted December 16, 2006 Share Posted December 16, 2006 I have a form that draw in a list of data from a mysql database. At the top is a drop down box with the options of Not Completed or Completed. This is for the status field.Currently, I have some code that will filter the records according to the status. But if I go to edit a field using another page and then return to the page again, the status changes.What is the best practice method to have a filter drop down at the top of a page and yet retain the drop down settings if you navigate to another page? Link to comment https://forums.phpfreaks.com/topic/30878-creating-form-filter-with/ Share on other sites More sharing options...
jumpenjuhosaphat Posted December 16, 2006 Share Posted December 16, 2006 Sounds like what you need to do is use session variables to contain the data from the DB. Link to comment https://forums.phpfreaks.com/topic/30878-creating-form-filter-with/#findComment-142409 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.