I have a phone list pulled from Oracle using PHP. I would like to let the users click on a column heading to sort by last, first, extension, or department. I figured I would put each query in an array and depending on which column they click on, it will perform the respective query. Can I pass a variable with <a href> so that I know which query to use?
Hope this is clear enough!
Thanks for any assistance.