Scripts.com - Get the best scripts NOW!
HotScripts.com - Over 10 web rings.
more links...
Ron Paul 2008 - Hope for America
    
Index    News    Downloads    E-Mail me    Forum  
    

ABSOLUTE-INCLUDE.PHP

A small but useful wrapper function for include(). It allows the same include statement to be used in all the files in a website, regardless of which folder they are located in.



This is handy for sites that are hosted on servers that have PHP open_basedir protection enabled. This tends to cause calls like include("/folder/file.inc"); to generate error messages.