Okay, I have a personal site that I am working on to help me learn PHP (just to get that out of the way). In this site, I have a simple design set up, and I include the top portion of the site (top.php), the left column of the body (left.php), and the right column of the boyd (right.php).
The problem I have is this:
In the middle column of the body of my index page, I have a table which contains 3 rows and one column (this is the part I need included). The three table inside of the mian table, which contains the 3 rows and one column is labeled "about_me.php".
In the top row, I want a title displayed for the page the user is viewing (it is part of another the "about_me.php" page so I can enter that manually no problem). In the second row is the content of the page which is in HTML format. In the third row, I have included my copyright notices ("footer.php").
How would I make it so that when the user clicks on say "My Family" from the left body column, the page loads "my_family.php" into the main table?
I know this probably doesn't look very understandable and its quite garbled, but if you need to see the actual code for the pages, I would be more than happy to post links to the code in .txt format.