Home › Forums › Back End › PHP includes… › Re: PHP includes…
September 27, 2009 at 12:17 pm
#64759
Member
By the way, although includes are great and there are few downsides to them I would suggest using require() because then if the content isn’t available the rest of the site won’t load. This is good if you don’t want your navigation replaced with a load of text generated as an error message.
Otherwise includes are great!