cara mendapatkan nama halaman dalam php

echo basename($_SERVER['PHP_SELF']); /* Returns The Current PHP File Name */
Dangerous Dragonfly