url:
localhost/story/
current file is index.php
Is there a way to get file name (index.php) in php, if it's not part of url.
basename(__FILE__)
doesn't work because result is contact.php
probably because contact.php
is included at the beginning of index.php
.