[snip]
I would like to use the file_exists() or something similar to check for
the
existance of any of the xml files regardless of what filename it use.
Like
file_exist("*.xml") for example..... Anyone know??
[/snip]Nope, no wildcard. You can only check for a specific file. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

