Setting PHP extensions for MS-Access in CPanel

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
massoud
Forum Newbie
Posts: 1
Joined: Thu Apr 30, 2009 2:45 pm

Setting PHP extensions for MS-Access in CPanel

Post by massoud »

Hi All.
I've set up wamp server on my computer and have written a program in PHP which connects to a MS-Access database. It works properly on the localhost. In the PHP extension settings on my system, I've selected the php_pdo_odbc.
Now I need to upload the code and database on my host. It uses cpanel. I don't know how to set the extensions in the cpanel and I keep getting the following error message:
Fatal error: Call to undefined function odbc_connect()

So,...., what is to be done?

Thanks
Post Reply