Will
08-12-2005, 02:42 PM
Is there a way to get counter-display to show up using php, like this
<?php
print !COUNTER-ONPAGE!;
if (!COUNTER-ONPAGE!==1)
{ print " user"; }
else
{ print " users"; }
print " online";
?>
instead of just using html and text?
<?php
print !COUNTER-ONPAGE!;
if (!COUNTER-ONPAGE!==1)
{ print " user"; }
else
{ print " users"; }
print " online";
?>
instead of just using html and text?