I am using PHP 4.0.6 with mysql and XML.
I have some trouble in getting filenames with wildcard entries.
let me explain - for example if i have 3 files in a direcory abc,abb,ac then is there some way of using the wildcard entry in the file exists command
if(file_exists('ab*')) - or something like that.
i tried regular expressions for this but i am stuxk up.
can somebody help me.