Get Page Title/Name etc
Posted: Tue May 18, 2004 6:53 am
I want to store in my database the page name that generated the error, that's why can you tell me if is there any way to extract some info about the current page?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$_SERVER['PHP_SELF']
// will give you the currently executing script