I am trying to include different pages on one page. However the problem that iam having is that i use the same variables on all the pages and therefore there is a mess and the tables and graphs that re included dont work.
Dose anybody have an idea of how i could get over this problem and be able to include the pages without having to go and change all the variables ?
You can
unset()the variables after they have been used in one included file and before you include the next file.For example: