On Windows, I'd like to read a shared folder with the unc notation (\computer\folder) in php 3.0.16
It's ok with Windows/Apache
but NOT with Windows/IIS4 !
This code returns an error message:
<?
$handle=opendir("\\computer\folder")
?>
Warning: OpenDir: Invalid argument (errno 22) in index.php3 on line 2
who can help me ?