Read excel file suddenly give and error

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.)

oh i saw that. I already remove the ‘w’ but this one i read the data from local. But when i tried read from server i got the same error saying that my file is not exist

Sponsor our Newsletter | Privacy Policy | Terms of Service