Currently when I enter a false/madeup dsn when using odbc_connect I get an error message as expected:
Warning: odbc_connect(): SQL error: [unixODBC][Driver Manager]Data source name not found, and no default driver specified, SQL state IM002 in SQLConnect in /tvdata/apache/htdocs/firstdbtest.php on line 9
But if I set the dsn to one that exists I get a 'page cannot be displayed' and 'cannot find server or dns error'.
Why would the above happen?
Is this a php problem, a web server issue?
thanks