Whenever I use a connection string similar to the following,
OCILogon("$user", "$PASSWORD", "$connect_string");
I always get the error message,
"Fatal error: Call to undefined function: ocilogon() in c:\inetpub\wwwroot\test2.php on line 5..."
I'm using IIS as my webserver, is this the problem?