is there a way in php to list a directory on the remote server...
etc.
eg
i have 4 files
blah.txt
test.html
fred.jpg
and
mel.doc
I want to search the given directory for *.html / htm files.
then return them...
ie i want to create a <select> option and value for each .html found.
cheers
vamps