SafferBoy
07-15-2010, 12:53 PM
Hi,
I have 3 tables that are generated using PHP to fetch information from a db.
Instead of displaying the 3 tables below each other, I would like to display each using a simple menu in a left nav bar that "dynamically" displays the tables in a right content area, when the respective table name is selected from the menu.
Any ideas on the best way to do this? The tables are quite large, so I would want to prevent querying the db each time... but I guess that is an option.
Was thinking of using DIV visible, but I'm not sure if it will always display at the top.
Any ideas greatly appreciated.
Thanks!
I have 3 tables that are generated using PHP to fetch information from a db.
Instead of displaying the 3 tables below each other, I would like to display each using a simple menu in a left nav bar that "dynamically" displays the tables in a right content area, when the respective table name is selected from the menu.
Any ideas on the best way to do this? The tables are quite large, so I would want to prevent querying the db each time... but I guess that is an option.
Was thinking of using DIV visible, but I'm not sure if it will always display at the top.
Any ideas greatly appreciated.
Thanks!