Hi,
I have a PC with RedHat 7.1 and PHP 4.0.4
I use Postgres to store some data, so my code looks like pg_connect() pg_exec() pg_close().
I wont now to write my code with odbc functions odbc_connect() odbc_exec() and odbc_close().
The problem is that php refuse the function call ==>
Fatal error: Call to undefined function: odbc_connect() in /var/www/html/FEnquetes/PHP_lib/DataBase.php on line 16
I dont understand why !?
I have a PC with RedHat 7.1 and PHP 4.0.4
I use Postgres to store some data, so my code looks like pg_connect() pg_exec() pg_close().
I wont now to write my code with odbc functions odbc_connect() odbc_exec() and odbc_close().
The problem is that php refuse the function call ==>
Fatal error: Call to undefined function: odbc_connect() in /var/www/html/FEnquetes/PHP_lib/DataBase.php on line 16
I dont understand why !?