Hi everyone,
I wrote code for authentication, after a user enters userid and password, it should open a file, which will be taken from a database. Code is taking he file name properly, but it is not able to open it. I am getting error like "failed to open stream: No such file or directory ". Anybody can help me to fix this problem. Let me know where I should place the file in order to open it.
Thanks,
aham
I wrote code for authentication, after a user enters userid and password, it should open a file, which will be taken from a database. Code is taking he file name properly, but it is not able to open it. I am getting error like "failed to open stream: No such file or directory ". Anybody can help me to fix this problem. Let me know where I should place the file in order to open it.
Thanks,
aham
Comment