Hi,
i want to read excel file using php script. My script works well but today unexpectedly it returns error after i tried to run it.
The error is file is not exist but the fact is file is there.
Anyone can help me why this happen so suddenly?
Hi,
i want to read excel file using php script. My script works well but today unexpectedly it returns error after i tried to run it.
The error is file is not exist but the fact is file is there.
Anyone can help me why this happen so suddenly?
According to the error, your code is running at the path D:/InetPub/wwroot/… (two w’s), but the path being used for the xls file is D:/InetPub/wwwroot/… (three w’s.)