Hi,
My mysql table have more than 30 columns.
If i were to display all data on a single webpage, then my webpage width will be wider than my monitor! I do not want it this way.
I would like to do one time retrieval of all mysql data in a table but display partial data. I can further choose to see remaining data by clicking the other "TAB".
eg.
When the page load, i can see data for column 1, column 2 & column 3 on TAB A.
When i click on TAB B, i can see data for column 4, column 5, column 6 & 7.
When i click on TAB C, i can see data for column 7 & column 8.
When i click on TAB D, i can see data for column 9, column 10, column 11 & column 12.
........
........
Pls note that the webpage does not reload when i click on each TAB.
Your guidance is greatly appreciated, thanks.