doh. i forgot about that..
if anyone needs the code...
thanx.
if ($dir = opendir($_SERVER['DOCUMENT_ROOT'].'/pending'))
{
$skins = 0;
while (false !== ($file = readdir($dir)))
{
if(($file != '.') && ($file != '..'))
{
$skins++;
}
}
}
ps. forgive me spelling 'counting' incorrectly in the title.