Quote:
Originally Posted by kakashi101
hi sorry for my bad english i need some help i got problem with my website can you help me with this.. Fatal error: Uncaught Error: Call to undefined function odbc_connect() in C:\xampp\htdocs\includes\xinc_config.php:16 Stack trace: #0 C:\xampp\htdocs\index.php(4): require_once() #1 {main} thrown in C:\xampp\htdocs\includes\xinc_config.php on line 16
i have no idea to solve this tanks in adnace
|
You'll need to enable ODBC in your PHP settings (typically found in C:\XAMPP\php\php.ini) ->
Code:
;extension=php_odbc.dll
If that line is present, just remove the semicolon in front of it.
Else, just insert that line somewhere into your php.ini file.