At 09:26 PM 11/6/02 -0800, Kurt Kessler wrote:
>"<?php
>
>$thedate = date('H:n');
>$theIP = $HTTP_SERVER_VARS['remote_host'];
>
>echo 'Your IP: '.$theIP;
>echo '<br>';
>echo 'Time: '.$thetime;
>
>?>"
Should it be $thedate instead of $thetime? ;-)
-- Bradley Miller