Finally managed to get the code working on my own, but found some new goodies in that last snippet of coda that Volka posted. However, that one also listed the "dummy/.DS_Store - 6148"-file. Also found an old post telling how to sort by date. Wicked.
Thanks a bunch!
MARX
Search found 3 matches
- Fri May 09, 2003 8:48 am
- Forum: PHP - Code
- Topic: open/read-dir problems...
- Replies: 5
- Views: 2635
- Fri May 09, 2003 7:02 am
- Forum: PHP - Code
- Topic: open/read-dir problems...
- Replies: 5
- Views: 2635
- Thu May 08, 2003 8:02 pm
- Forum: PHP - Code
- Topic: open/read-dir problems...
- Replies: 5
- Views: 2635
open/read-dir problems...
Hi there. Got some serious problems with the following code. I just want to list the filenames and filesizes in the subdirectory "dummy" but get an error on line 2, $open = opendir("dummy"); - what´s the story? Have tried dummy/ - /dummy/ - and all kinds of things... <?php $open ...