Don't know why this is happening, but I can't seem to make a connection via odbc_connect or Ora_Logon. Tried both, but they both output
Fatal error: Call to undefined function: ora_logon() in /var/www/stcheck/view.php on line 50
or
Fatal error: Call to undefined function: odbc_connect() in /var/www/stcheck/view.php on line 50
Here is the oracle connection I tried:
$cnx = Ora_Logon("$user<emphasis>@:$NAME</emphasis>", "$password");
and here's the ODBC I tried:
$cnx = odbc_connect( '$dsn' , '$user', '$pass' );
Can someone help me out? I thought they looked right, but maybe I have monitor glaze 🙂
Thanks!