[EMAIL PROTECTED] (Brent Clark) wrote in 
news:[EMAIL PROTECTED]:

> Hi there
> 
> I need to perform a function whereby I can list a directory (which is I 
> can do)
> but the problem is that I want to list only a certain list of files that 
> is in the directory.
> for example in linux
> I do a:
> ls -l 00*.pdf
> 
> If some one can knows of a url as an example or could help in some way.
> That would be most appreciated
> 
> Kind regards
> Brent Clark
> 

http://au.php.net/manual/en/function.readdir.php and look partway down the 
user notes where there is an example that just gets image files.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to