PDA

View Full Version : Menu Question



JDScorpion
March 6th, 2002, 16:53
I have looked all over the web for a code for a thing I want to do with my menus, and I think it should be very simple. Well I want to make my menu on tables instead of frame. But if I ever want to add something to the menu, I don't want to have to change it on every single page. Which means the menu will be on every single page. What I want to know if it is a possibility of adding some type of coding into the tables where I want to put the menu.. that way when I want to add something to a menu, I just update one file and it changes on every page. Could someone please help me with this.

wm2k1
March 6th, 2002, 16:57
try ssi
or any other server-side scripting languages, all of which will give u the include function

just create a text file of the menu and call it into the page u want

is0lized
March 6th, 2002, 20:01
php includes are faster...

if you want ill give you the code

JDScorpion
March 6th, 2002, 22:02
Originally posted by is0lized
php includes are faster...

if you want ill give you the code

That would be awesome!