Hi everyone,
I was hoping somebody could help me unravel this - i'm very new in programming in php and i'm teaching myself so bear with me.
scenario:
I have a website with 4 distinct section (all in seperate tables):
1. A header - where my menu buttons are,
2. A body,
3. A static piece,
4. A footer.
I want to be able to interchange the body section with different data (i would like to use include files), but i don't want to have to repeat all the other data in a seperate php file.
So in short i want the body to change and the rest to stay the same.
I have the layout of the page on www.melktert.co.za/home.php - you'll see the white section in the middle is what i want to change when the user selects a different menu item.
oh yes, and i've got each section listed as a different function.
would really appreciate some input.
thanks,
tim