PHP Oracle OCI8

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
rexicon
Forum Newbie
Posts: 4
Joined: Mon Aug 03, 2009 3:21 am

PHP Oracle OCI8

Post 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. :)
User avatar
tr0gd0rr
Forum Contributor
Posts: 305
Joined: Thu May 11, 2006 8:58 pm
Location: Utah, USA

Re: PHP Oracle OCI8

Post by tr0gd0rr »

You need to have the oci extension installed for php.

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