I've just started with PHP, and I'm now trying to put togheter a webpage with the use of PHP. My idea is to have a clean site nested into tables and using the INCLUDE function. I want to have several links on the side wich the user can click. When the links are beeing clicked the included file changes.
Confusing?
Ok, for example three links on the side: test1, test2 and test3. When the test1 link is clicked I want test1.php to appear in the include area. When test2 is clicked I want test2.php to appear and so on.
Is this really possible? If it is, do anyone outthere know how to?
Thanks in advance
PHPNovice