Supported Counter Styles
Special thanks to ALL who have submitted thier designs for Counters. If you would like to submit your OWN style, let us know! TomCat Counter Digits are courtesy of Tom France from TomCat Web and PC Services. SUBMIT YOUR OWN COUNTER STYLE! Contact the TomCat.ws Webmaster.
| hidden |
| // count: 0123456789 |
';
$path = "digits";
$dh = opendir($path);
while ($file = readdir($dh)) {
if (is_dir($path."/".$file)) {
if (!is_file($path."/".$file)) {
if (($file!=".") && ($file!="..")) {
echo "| ".$file." |
 |
\n";
}
}
}
}
closedir($dh);
?>