I have the file 'eeea2dc5.php' I need the code to express the name of this page so as not to overwrite it manually. Later assign its name to the variable $ filename
$filename ='';//? Please write the code
I have the file 'eeea2dc5.php' I need the code to express the name of this page so as not to overwrite it manually. Later assign its name to the variable $ filename
$filename ='';//? Please write the code
Source: https://ru.stackoverflow.com/questions/973135/
All Articles
__FILE__.... - ArchDemon$filename = basename(__FILE__);- Edward