Have installed Oracle Personal Edition (8.1.6) on IIS5 server. Have database set up which I can query via SQL.
I am trying to make a connection to the database via PHP but keep getting the error
Fatal error: Call to undefined function: ocilogon()
when trying to logon to the database
Looks like the PHP does not have module available but its there in the system32 folder and other non Oracle PHP pages are working fine.