Page 1 of 1

PHP Oracle OCI8

Posted: Mon Aug 03, 2009 3:26 am
by rexicon
Hi,

Im new to php. I'm using oracle database and i've got this error when using the function oci_connect()

Fatal error: Call to undefined function oci_connect()

Im using xampp version 1.7.1.

Can anyone help me to find a solution to this problem.

Thanks.

Rexicon. :)

Re: PHP Oracle OCI8

Posted: Tue Aug 04, 2009 12:40 pm
by tr0gd0rr
You need to have the oci extension installed for php.

Alternatively, you may be able to use the PDO OCI Driver.