I have created a php page with a call to a MS Access database, using MySQL. I was able to test the connection from my Linux Server and from the UI Admin page for Cobalt.
When I execute the php script, I get the following error:
Fatal error: Call to undefined function: odbc_pconnect() in /home/sites/home/web/phptest.htm on line 37
I think that this is common problem and probably involves a component not being available or something like that. How do I correct this?