I have a table that includes aircraft flights. I want to do the following:
1) To automatically display the flights leaving in the next hour.
2) To allow the user to select and sort ALL of the data by aircraft type OR departure point.
I have written some PHP scripts before, but cannot find how to do this after looking through all of the manuals I can find.
Can someone point me in the right direction or give me some ideas of scripting?