cyberspace
Technical User
I am currently in the process of refining an IT helpdesk system and I am trying to implement filtering.
At the minute, all calls for a user show up when they log in.
What I would like is for them to select an option from a drop down menu, and then only records matching the criteria will be shown.
I've coded this in PHP with the correct SQL statements, whereby it takes the value currently set in a list/menu and selects the certain records based on the if statements.
My question is...firstly...how do i force a page refresh when you choose a new option from the menu and secondly...and indeed more importantly...how do i get the page to remember that the option has been changed and only display the corresponding records?
At the minute, it works if i manually alter the default value for the list/menu.
Input appreciated, TIA.
'When all else fails.......read the manual'
At the minute, all calls for a user show up when they log in.
What I would like is for them to select an option from a drop down menu, and then only records matching the criteria will be shown.
I've coded this in PHP with the correct SQL statements, whereby it takes the value currently set in a list/menu and selects the certain records based on the if statements.
My question is...firstly...how do i force a page refresh when you choose a new option from the menu and secondly...and indeed more importantly...how do i get the page to remember that the option has been changed and only display the corresponding records?
At the minute, it works if i manually alter the default value for the list/menu.
Input appreciated, TIA.
'When all else fails.......read the manual'