Timeline for PHP: require doesn't work as it should
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 5, 2012 at 11:49 | vote | accept | Student of Hogwarts | ||
| Jun 5, 2012 at 11:49 | |||||
| Jun 3, 2012 at 20:21 | comment | added | Student of Hogwarts | Why does it differentiate between using the mother-script-include-path and the current-script-include-path between include two and include three? | |
| Jun 3, 2012 at 20:20 | comment | added | Student of Hogwarts | But if you in file2.php include a file3.php, that file will not follow that rule. It will include the way I want it to do. | |
| Jun 3, 2012 at 20:20 | comment | added | Student of Hogwarts | You wrote: require("folder/file.php");//but because file2.php is already in the folder directory, this path does not exist... | |
| Jun 3, 2012 at 14:05 | history | edited | user849137 | CC BY-SA 3.0 | added 619 characters in body |
| Jun 3, 2012 at 13:56 | comment | added | Student of Hogwarts | Why do I need to use absolute paths? | |
| Jun 3, 2012 at 13:53 | history | answered | user849137 | CC BY-SA 3.0 |