Hi all
I am knew to PHP and having a problem with ifx_pconnect().
The following code is causing an error:
$conn = ifx_pconnect($ini_database,$ini_user,$ini_password);
Here is the error message I receive:
Fatal error: Call to undefined function: ifx_pconnect() in etx_connect.inc on line 8
I have no idea why this is happening and am guessing that it may be something to do with extentions.
My php3.ini file has the following:
;Windows Extensions
extension=php3_mysql.dll
extension=php3_calendar.dll
extension=php3_dbase.dll
extension=php3_gd.dll
extension=php3_dbm.dll
extension=php3_mssql.dll
extension=php3_zlib.dll
extension=php3_filepro.dll
extension=php3_imap4r1.dll
extension=php3_ldap.dll
extension=php3_crypt.dll
extension=php3_msql2.dll
extension=php3_odbc.dll
My question is, should there be a reference there for an informix extention? and if so, how should it read?
Any help would be much appreciated.
Regards
Peter Jones