I have a page complete with a php library, header, etc that I need to import only a couple of tables and information from onto another page that will be displayed on a screen so it’ll need to be formatted differently (tables side by side instead of vertically).
Basically I want to be able to only have to update the main page’s table info.
How do I do this? I’m assuming I’ll have to use an include but I don’t know how to include only the tables from the other page. Once I complete that I’ll have to use CSS to format the tables differently?
Thank you.
Why Don’t you separate the table from both pages and include it in both of them, then you can use different styles on each page.
or