> Dale Attree wrote: > PHP on windows does not support mapped network drives, > you would need to use sockets... Don't know if this helps in German's situation, but you can use UNC paths with PHP on Windows to access other computers in the same network - this way you don't even have to map the drives. Example: $mydir = "\\\\servername\sharename\foldername\\"; - Mikael -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php