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? Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.