PHP-gurus: I need your help!

Out of context: Reply #1

  • Started
  • Last post
  • 22 Responses
  • mike0

    yes you can however, you would come to find that there's a large overhead having to open and read all of the files each time to render a menu, especially when there can potentially be x number of users / concurrent users. I would recommend naming the files with a convention that could be used to render the menu... like Home-pg.html would render as home and About_Us-pg.html would render as About Us... this way you can just grab the files and then replace their names for display without having to open each of them... make sense?

View thread