Something like this will work in PHP. PHP Code: <?
$ip = trim($_SERVER['REMOTE_ADDR']);
?>
<HTML>
<HEAD>
<TITLE><? echo "$ip"; ?></TITLE>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</HEAD>
__________________
Im against picketing, but I dont know how to show it.
|