I ported a fully functioning set of files from localhost to one of the mainframes (unix) and get the following error:
Fatal error: Call to undefined function odbc_connect()in {path to file} dbconnection.php on line 7.
Line 7: $conn = odbc_connect($dsn,$uid,$pwd);
I attempted to run a phpinfo on the server but evidently don't know what I am doing.
Any help will be most gratefully incorporated into my pitiable store of knowledge.
TIA