RE: Problems accessing the net units through PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux