Forum Moderators: coopster

Message Too Old, No Replies

Easy navigation

dont want to change minor changes on every page!

         

JQuake

1:32 pm on Jul 11, 2003 (gmt 0)

10+ Year Member



Hi, does anyone have some information about how to make a simple navigation, what i mean with this is, a navigation you simply make 1 time and that -with a script- is shown on all other pages on the site, so that i dont have to edit every page if i made a change to the navigation.

info and websites about this are very welcome!

Robber

1:43 pm on Jul 11, 2003 (gmt 0)

10+ Year Member



Welcome to WW,

With php you can use include() - just plonk your navigationhtml into a new file, call it something like leftnav.inc.php then in the main pages add

<?php
include('pathtofile/leftnav.inc.php');
?>

That should do the trick

JQuake

4:55 pm on Jul 11, 2003 (gmt 0)

10+ Year Member



Robber you are the man!
Thank you very much, you dont want to know how long ive been looking for this simple script!

Thanks again man! :D:D:D