I compiled PHP with the informix client sdk mod to allow me to connect to an Informix database using php commands. Everytime I try to connect though I get an error and I have no idea what the error is referring too. Here is the code and error.
$conn_id = ifx_connect ("XXX.XXX.XXX.XXX", "user", "password");
<b>Warning</b>: ifx_connect(): E [SQLSTATE=IX 000 SQLCODE=-25553] in <b>/home/tgledhill/test.php</b> on line <b>2</b><br />
Any idea what is causing this? And what needs to be done to fix it?
I'm willing to pay someone to help me fix this.