> 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??

You may use glob(), 

  http://www.php.net/glob

Regards,
Philip

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

Reply via email to