![]() |
| ||
| Get Directory Listing Hey, I am trying to recursively retrieve the directory listing of a given directory that is, print out all files and folders (and sub folders) of a given directory. My function #1 does not work, however the function someone else has written #2 does. Why is this? My Function #1: <?php Someone else's function #2 <?php |
| ||
| Re: Get Directory Listing Please elaborate on "does not work", does it give errors or just not print anything? |
| ||
| Re: Get Directory Listing sorry about that, the only error I get is: Warning: readdir(): 41 is not a valid Directory resource in C:\Program Files\Apache Group\Apache2\htdocs\index.php on line 24 |
| ||
| Re: Get Directory Listing The only thing I can tell is that the second function is suppressing warnings/errors when it opens a directory with the @ $dh = @opendir( $path ); as opposed to $dir = opendir( $directory );. |
| ||
| Re: Get Directory Listing I have tried the @ to suppress warnings on all the functions I am using, I don't get any messages from PHP but now all my function displays are the testing echos.. TESTING: ARG=.. |
| ||
| Re: Get Directory Listing Nevermind, I have found the mistake.. I was using closedir() inside the loop where I should have been using it outside the loop. |
| ||
| Re: Get Directory Listing Use Print directory to print the directory listing to a file, i found it on google search... |
| All times are GMT -4. The time now is 5:11 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC