How do I get just the current file name with PHP?
If I am on URL:
website.com/content/content.php
or
website.com/content/content.php?get=get
I want to simply get:
content.php
With nothing more or less then that. But all I have found returns things like:
-"website.com/content/content.php"
-"/content/content.php"
Thanks in advance.