php access network path under windows

前端 未结 4 1215
礼貌的吻别
礼貌的吻别 2020-11-29 08:35

within PHP (XAMPP) installed on a Windows XP Computer Im trying to read a dir which exists on a local network server. Im using is_dir() to check whether it is a

4条回答
  •  迷失自我
    2020-11-29 09:26

    Yes, I know this is an old post, but I still found it, and if anyone else does... On Windows, with newer servers, verify the SMB is installed and enabled on the target machine.

提交回复
热议问题