hi , i try to connect informix with php
i work in windows, the informix server is on other
i register enviroment_variable
serverinformix = 192.168.1.2 (for example only)
i have to ext php_ifx.dll enable (default informix extention on wamp)
my script is
1: <?php
2: $id_con = ifx_connect ("server", "user", "pass");
3: ?>
i have this error:
Warning: ifx_connect() [function.ifx-connect]: E [SQLSTATE=IX 000 SQLCODE=-25596] in C:\wamp\www\ifx\ifx_connect.php on line 2
please i need some help
thanks