Get coding!
This from the php manual
Quote:
readdir
(PHP 4, PHP 5)
readdir — Read entry from directory handle
Description
string readdir ( resource $dir_handle )
Returns the filename of the next file from the directory. The filenames are returned in the order in which they are stored by the filesystem.
Parameters
dir_handle
The directory handle resource previously opened with opendir().
Return Values
Returns the filename on success, or FALSE on failure.
|
Looks like you will have to load it into that array after all - sorry
__________________
David Allen - To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|