How does include(\'./code.php\'); work? I understand it is the equivalent of having the code \"pasted\" directly where the include occurs, but, for example:
include(\'./code.php\');
include('./code.php'); // The Same As Pasting The Code From Code.PHP.
It Will Not Redirect To Code.php In Any Case.