How to get Current filename
Moderator: General Moderators
How to get Current filename
Is there a function to return the name of the current file (the PHP file that's being executed)?
Re: How to get Current filename
The __FILE__ magic constant? 