Problem with include in PHP

jubii

New Member
This works :\[code\]require_once 'ModuleTest.php';\[/code\]But this won't :\[code\]require_once './ModuleTest.php';\[/code\]Why ? This leads to the same file ! (I am on Os X, so the file path is correct). Both files are in the same directory.
 
Back
Top