View Single Post
Old December 29th, 2004, 07:40 AM   #4 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,691
if ( $handle = opendir( $openpath ) ) {
while ( $realname = readdir( $handle ) ) {


if ( $realname != "." && $realname != ".." && is_file($filein) ) {
$title = $deftitle;
$desc = $defdesc;

$filein = "{$inpath}/$realname";


YES THAT LOOKS RIGHT AND IT WORKS FINE. Before with the line above you could not descend down past the first numeric directory now you can or at least I can with the change.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote