eZe616 Posted May 13, 2007 Share Posted May 13, 2007 I'm new to actually making a site with multiple pages instead of just the layout. What would be a better way/easier/smarter way of making the navigation? Use something like the 'include' function and include a certain .txt file and only have 1 index.php, so any changes made is directly to every 'page'. OR include something like the header.php, nav.php, footer.php, inside a page you have? Link to comment https://forums.phpfreaks.com/topic/51150-index-files/ Share on other sites More sharing options...
ToonMariner Posted May 13, 2007 Share Posted May 13, 2007 There are lots of options but you will probably want to use the php include() construct. Link to comment https://forums.phpfreaks.com/topic/51150-index-files/#findComment-252311 Share on other sites More sharing options...
unidox Posted May 29, 2007 Share Posted May 29, 2007 Do you want a php website or a html website. If php use an include If html use frames Link to comment https://forums.phpfreaks.com/topic/51150-index-files/#findComment-263900 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.