I'm new to the forum and also new to php.
I'm a programmer, but not php and not web, so I understand programing, but just starting php so lots of concepts still missing.
I was googling for a way to stack parameters as the user clicks on the links in the page.
let me explain.
I have a table with user data from a db. So there are some links on the top that will filter the data like 'show all', 'registered users' and so on. also, in the table header there are links to sort the filtered data.
All links are working, but I don't understand how to make them work together, so a user can filter only registered users and sort them ascending from ID or email for instance.
Is there an easy way to do this in php?
how can I know what was the previous active parameters?
some parameters work with each other and other don't. how do I work this out?
if there is no 'easy' way, then how would the code flow should look like?
I have a login script with session, I believe that would be needed?
thanks in advance