Display IP address:
\n”;
print “$ip
\n”;
print “More detailed host address:
\n”;
print “$hostaddress
\n”;
print “Display browser info:
\n”;
print “$browser
\n”;
print “Where you came from (if you clicked on a link to get here):
\n”;
if ($referred == “”) {
print “Page was directly requested”;
}
else {
print “$referred”;
}
?>
Follow Us!