| ";
$t = mysql_result($result,$i,"timestmp");
echo date("M d/y",$t);
echo " | ";
echo date("H:i:s",$t);
if($show_host);
echo " | ";
echo mysql_result($result,$i,"host");
endif;
if($show_email);
echo " | ";
echo mysql_result($result,$i,"email");
endif;
if($show_ref);
echo " | ";
echo mysql_result($result,$i,"lref");
endif;
if($show_browser);
echo " | ";
echo mysql_result($result,$i,"browser");
endif;
echo " |
\n";
$i++;
endwhile;
>