[snip]
for($i = 0; $i < $countList; $i++){
$strDirName = substr($arrList[$i], 47, 8);
if(strlen(chop($strDirName)) == 8){
echo $theDirectory.$strDirName."";
}
}
[/snip]
Never mind. I am making them all 8 wide, just saw it. *slaps feverish
forhead*
--
PHP G
for($i = 0; $i < $countList; $i++){
$strDirName = substr($arrList[$i], 47, 8);
if(strlen(chop($strDirName)) == 8){
echo $theDirectory.$strDirName."";
}
}
I am trying to check for $strDirName length, but the echo returns all
file names within the directory re
2 matches
Mail list logo