A
Anonymous
Guest
I have a site with about 200 pages. Right now I'm using frames with a Table Of Contents on the left side of the page.
I want to go away from this and just create a single page for every item I sell - but each page must still include the Table Of Contents.
How can I use PHP to include the Table Of Contents within each page in my site?
I've tried INCLUDE and REQUIRE but I suppose I don't understand something. I'm totally new to PHP. But I am a pretty good Visual Basic programmer.
I'd like to make each page a 3x2 table. The Table Of Contents goes in Row 2, Column 1. Can anyone give me an example of how to do this?
I want to go away from this and just create a single page for every item I sell - but each page must still include the Table Of Contents.
How can I use PHP to include the Table Of Contents within each page in my site?
I've tried INCLUDE and REQUIRE but I suppose I don't understand something. I'm totally new to PHP. But I am a pretty good Visual Basic programmer.
I'd like to make each page a 3x2 table. The Table Of Contents goes in Row 2, Column 1. Can anyone give me an example of how to do this?