Hi
I'm trying to establish the database (which is on remote machine) connection via PHP. My app is on 64 bit Windows 2014 server and the websever is IIS 8. I have 64 bit Oracle Insant Client on the server for making the connection via php oci . When i try execute my code I get the below error.
"Warning oci_connect(): OCIEnvNlsCreate() failed. There is someting wrong with your system - Please chaeck that PATH includes the directory with Oracle Instant Client libraries"
I have set all the Environment Varialbes correctly and added all the oci extensions in the php ini file, Its been a week I'm unable to find the solution for this, can any one help me out to fix the issue.