I have a php function to generate a table with variable size. The routine works if it executes as the first thing in the program. However the idea is have a user click one of the buttons first before a table is generated. The table doesn't show with buttons on the top of the webpage. It seems the website doesn't know where to create the table. Is there any location I need to keep track for the table?
Does your button reload the whole page or do they react live on the page (if so you'll need to look at a javascript or ajax)?
The buttons are linked to local target locations to create the table. It doesn't reload the whole page.