".
"Visitor IP address: ".$_SERVER['REMOTE_ADDR'].
"
".
"Time of visit: ".
"
".
"Visitor system specs: ".$_SERVER['HTTP_USER_AGENT'].
"
";
$headers = "Content-type: text/html \nFrom: IP sniffer script";
$body = "
| Website visitors IP address and system specs: |
| ".$visitorSpecs." |