Accessing a Windows Share using PHP

前端 未结 3 1276
花落未央
花落未央 2020-12-11 06:57

I need to access an Excel file on a Windows Share using PHP but seem to be running into what looks like an authentication issue.

I\'m using PHP-ExcelReader to open a

3条回答
  •  -上瘾入骨i
    2020-12-11 07:12

    Path \\10.9.8.7\depts$\ExcelFile.xls must be locally accessible to the client, since PHP has no SMB support.

    EDIT: At least not natively, try smb4php

提交回复
热议问题