Display a visitor's browser info.
If you want to show people their browser information, just place this code whereever you would like it to appear. Remember that since this is php, the page which you place it in needs to have the .php extension.
<?php echo $_SERVER["HTTP_USER_AGENT"]; ?>
In action:
CCBot/2.0 (https://commoncrawl.org/faq/)