my problem: 
I've got a list of files in a directory, and I'd like to get a only of 
filenames that end in ".jpg", however, exlude the files that end in 
".thumb.jpg"

ex:
file.php
index.htm
photo.jpg
photo.thumb.jpg
etc


how can I count only those files that end with ".jpg" ?

Any help appreciated.

--
koly out.

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

Reply via email to