This is how you can show the user agent with Server Side Includes:
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>SSI Page</title> </head> <body> <!--#echo var="HTTP_USER_AGENT" --> </body> </html> |