Opinions please. I'd like to hear the pro's and con's of
define('BASENAM E',dirname($_SE RVER['PHP_SELF']));
or
$basename = dirname($_SERVE R['PHP_SELF']);
I know that one pro is that the constant can't be changed which is my
ultimate goal, but I solicit your comments.
--
define('BASENAM E',dirname($_SE RVER['PHP_SELF']));
or
$basename = dirname($_SERVE R['PHP_SELF']);
I know that one pro is that the constant can't be changed which is my
ultimate goal, but I solicit your comments.
--
Comment