View Single Post
  #2 (permalink)  
Old 21-05-2007, 20:47
DavidAllen's Avatar
DavidAllen DavidAllen is offline
Premium Member
 
Join Date: Jan 2007
Location: Amersham
Posts: 346
Send a message via MSN to DavidAllen Send a message via Skype™ to DavidAllen
Default 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.
Reply With Quote