How can I get the only name of the current executing file?
Answer Posted / bhawani
$name=basename($_SERVER['PHP_SELF']);
echo $name;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is laravel frontend or backend?
How to find a specific value in an array?
What is the sign to start variables in PHP?
What types of MYSQL function available for affecting columns
Explain the purpose of output buffering in php.
What is php and its features?
Php being an open source is there any support available to it?
How does php server work?
What are php expressions?
Tell me what is htaccess?
What is an associative array?
How to set session.gc_maxlifetime properly?
What are html entities?
Is php an object or array?
What is the difference between abstract class and interface in php?