This is a discussion on RE: [PHP] Testing string length within FTP within the PHP General forums, part of the PHP Programming Forums category; [snip] for($i = 0; $i < $countList; $i++){ $strDirName = substr($arrList[$i], 47, 8); if(strlen(chop($strDirName)) == 8){ echo $...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
[snip]
for($i = 0; $i < $countList; $i++){ $strDirName = substr($arrList[$i], 47, 8); if(strlen(chop($strDirName)) == 8){ echo $theDirectory.$strDirName."<br>"; } } [/snip] Never mind. I am making them all 8 wide, just saw it. *slaps feverish forhead* |
![]() |
| Thread Tools | |
| Display Modes | |
|
|