The predefined variables that I used were $_SERVER['SCRIPT_FILENAME'], $_SERVER['HTTP_USER_AGENT'], and $_SERVER['SERVER_SOFTWARE']. The first variable shows where the file where the script is executing from. The second variable shows you what web browser you are viewing this page from. And the last variable shows you what what the server is running on.