I\'ve done quite a bit of searching for this, so I\'m sorry if this is a dupe. Anyway, I need to get the name of the folder the current file is in. For example, I want
The simpliest way is:
basename(__DIR__);
http://php.net/manual/en/language.constants.predefined.php