c172captain Posted March 18, 2012 Report Share Posted March 18, 2012 So here is my situation, I have all these rows in a table and I want to have the user be able to select which rows are shown. In my case, the user should be able to take a timetable and narrow it down, for example by default it would display all departure airports but a user fills out a form and uses a drop down to select a specific airport. Also this form has multiple fields like arrival city and flight number so how would I create a value that selects all arrival airports/flight numbers. Let me know if I need to explain it further. Link to comment Share on other sites More sharing options...
davej Posted March 18, 2012 Report Share Posted March 18, 2012 Is this a PHP question or a SQL question? Do you have PHP code that displays the entire table? Link to comment Share on other sites More sharing options...
c172captain Posted March 18, 2012 Author Report Share Posted March 18, 2012 (edited) This is a PHP question using mysql queries. And no code yet! Edited March 18, 2012 by c172captain Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now