Server side include menus
Posted: Tue Mar 25, 2003 1:51 am
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...
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.
- 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.
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.