Hi,
I had configured every thing correctly but when i access the application following error has been occurred.
Fatal error: Call to undefined function dbx_connect() in C:\xampp\htdocs\zci\zciconfig.php on line 7
kindly help me to solve the problem
Thanks in Advance
You need to integrated DBX extension into PHP. If you are using Unix/Linux, you have to recompile PHP with DBX option (explained in http://www.php.net/manual/en/dbx.installation.php\)
If you are using Windows, you can get php_dbx.dll from www.php.net.
In all platforms, php.ini must be edited to enable DBX extension.
Log in to post a comment.
Hi,
I had configured every thing correctly but when i access the application following error has been occurred.
Fatal error: Call to undefined function dbx_connect() in C:\xampp\htdocs\zci\zciconfig.php on line 7
kindly help me to solve the problem
Thanks in Advance
Hi,
You need to integrated DBX extension into PHP. If you are using Unix/Linux, you have to recompile PHP with DBX option (explained in http://www.php.net/manual/en/dbx.installation.php\)
If you are using Windows, you can get php_dbx.dll from www.php.net.
In all platforms, php.ini must be edited to enable DBX extension.