Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Library Items or PHP includes?

Options
  • 12-12-2006 12:36am
    #1
    Registered Users Posts: 673 ✭✭✭


    Hey,

    Im using Dreamweaver MX's library item feature for things like my navigation links. Is this the best option to use or should i use a php include function instead? Or maybe it makes no difference either way?

    Thanks


Comments

  • Closed Accounts Posts: 4,655 ✭✭✭Ph3n0m


    Hey,

    Im using Dreamweaver MX's library item feature for things like my navigation links. Is this the best option to use or should i use a php include function instead? Or maybe it makes no difference either way?

    Thanks


    if you use an include function and keep the links, etc in a seperate file - it just means you have to make one change to update, compared to a potential "find and replace" throughout all pages to change the links


  • Registered Users Posts: 1,452 ✭✭✭tomED


    Yep, I'd go with the php include.

    Tom


Advertisement