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

  • __FILE__ .... - ArchDemon
  • one
    @Andrey Smirnov $filename = basename(__FILE__); - Edward

0