pritaeas
Posting Expert
5,484 posts since Jul 2006
Reputation Points: 653
Solved Threads: 875
while($entryName = readdir($myDirectory)) {
$pathinfo = pathinfo($entryName);
if ($pathinfo['extension'] != 'php')
$dirArray[] = $entryName;
}
pritaeas
Posting Expert
5,484 posts since Jul 2006
Reputation Points: 653
Solved Threads: 875