display directory listing in php

Soldato
Joined
22 Aug 2005
Posts
8,968
Location
Clydebank
hi all


If I have say 5 network drives mounted as H:, I:, J:, K:, L: and want to run a php/apache script on another computer to display the contents of a directory on these drives what do I have to configure to allow php/apache to do this as currently it just gives me errors when I try to use opendir() ?
 
Apache runs under a different account to the user account that mapped the network drives, you might get it working with UNC paths (Google it) - but permissions may still be an issue.
 
Back
Top Bottom