php-net-tutorial
php-net-tutorial copied to clipboard
include() and friends
The include language construct is used in nearly all code yet can be complicated/confusing to use. What is include_path? And how do the likes of include 'foo.php' and './foo.php' differ and depend on it? Should I ever use _once variants?