I hope I have this in the correct fourm. I am trying to make a website for a local elementry school. For those that want to take a look,
http://www.abrasiverock.com/Lincoln to see what I mean. Here is what I am trying to pull off...
- A sever side include menu so I can add/subtract items quickly in future
- can't use full URL because the site has to work when switched to school's server.
- I hope to use different directory's to keep massive amounts of content easy to manage.
Now of course there are simple solutions, like keep everything in the same directory, or use frames (blech), or have the link use the full url, but there are reasons I want to avoid these things. So if there is any simple (newbie friendly) way to pull this off and still have my links work, I would be very thankful.
For those that don't notice the problem from the site:
If I start the partial url with a / the classrooms link only works on the index page. If I start the partial url wihout the / the classrooms link only works in the main classrooms page. I hope I am making some sort of sense.

Now I'm going to go read my PHP book some more so I can quit being such a newbie.