A quick update.. I switched over to use "odbc_connect()" in my PHP file now. I successfully installed unixODBC, and I re-installed FreeTDS. I setup my odbc.ini and odbcinst.ini files, and I was able to successfully connect using isql from the command line. However, even after adding the "extension=odbc.so" line to my php.ini file, the PHP file is printing the following error:
Warning: odbc_connect() [function.odbc-connect]: SQL error: [unixODBC][Driver Manager]Data source name not found, and no default driver specified, SQL state IM002 in SQLConnect in /var/www/html/testodbc2.php on line 13
I cannot seem to get anywhere with this. Are there any additional steps I need to take in order to ensure that PHP knows to look in the same place that isql is looking for the DataSource and Driver? Everything appears to be setup properly on the backend.
My apologies again for my being new to this, but after many hours of research and thinking that I've gotten somewhere, I keep arriving back at square one. 🙁 Thank you again for any help you guys can offer!