php Programming Glossary: stuff.php
PHP: Why such weird behaviour when I include a file from another directory which also includes a file? http://stackoverflow.com/questions/3099357/php-why-such-weird-behaviour-when-i-include-a-file-from-another-directory-which like this. File structure somefolder base.php includes stuff.php includes constants.php base.php php require .. includes stuff.php.. includes constants.php base.php php require .. includes stuff.php stuff.php php require constants.php echo Welcome to stuff.php.. constants.php base.php php require .. includes stuff.php stuff.php php require constants.php echo Welcome to stuff.php constants.php..
|