I'm using php 3.0.17 and apache 1.3.14.
I have an informix database called clinics.
When i use the ifx_connect function to access to the database i get an error message from apache saying that the password is wrong.
The syntax i use is:
ifx_connect("clinics@infsrv","informix","informixpassword");
where informixpassowrd is the password i set when i log in linux as informix user.
Everything seems ok and because of that i don't understand why i get this kind of error message!