Hi there,
Wonder whether someone can provide me with a little help? I've looked on the php.net site but couldn't find anything, but then again I may be looking for the wrong thing.
Basically, I would like PHP to access a folder on my server and return a file list that can be used in a <select> and <option> html layout.
i.e.
PHP:
$files = Retrieve file list into $array
while($files etc)
{
}
Thanks,
Chris