This page is a text-only interface for the main
Yarn/2 Bells and Whistles page.
Statistics for the Yarn/2 Bells and Whistles page:
(working on getting them displayed here)
";
$t = msql_result($result,$i,"timestamp");
echo date("M d/y",$t);
echo " | ";
echo date("H:i:s",$t);
if($show_host);
echo " | ";
echo msql_result($result,$i,"host");
endif;
if($show_email);
echo " | ";
echo msql_result($result,$i,"email");
endif;
if($show_ref);
echo " | ";
echo msql_result($result,$i,"lref");
endif;
if($show_browser);
echo " | ";
echo msql_result($result,$i,"browser");
endif;
echo " | \n";
$i++;
endwhile;
*/
?>
If you have a better idea of how to do this, let me know. (-: