FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Repetetive code question
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Repetetive code question [message #179632] Thu, 15 November 2012 12:26 Go to previous message
Anonymous
Originally posted by: Dynamo

Not sure if this is the right place to ask this question as it is more
an html query than a php one but here goes anyway.

I have a large chunk of html code that is used to build an extensive
drop down menu. The same code is used on all 30 of my web pages. So I
have seperated the code into a txt file called menu.txt and used the
following php code to get the file contents:
[
<?php
$mymenu=file_get_contents('menu.txt');
echo $mymenu;
?>
]
Everthing works fine but is this good practice and is there a better
way.


TIA
Dynamo
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Scrape dynamically generated hyperlinks
Next Topic: PHP 5.5 and Windows XP
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Nov 23 00:48:01 GMT 2024

Total time taken to generate the page: 0.04915 seconds