The name and version of the client
<? $agent = getenv("HTTP_USER_AGENT"); echo " You are using $agent."; ?>