PHP with Oracle

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
ferdy
Forum Newbie
Posts: 2
Joined: Tue Feb 11, 2003 3:18 am

PHP with Oracle

Post by ferdy »

Ciao,
can anybody help me with connecting PHP with Oracle. I made a code with just connecting to oracle database, but don't work. 1. error was "Wasn't declare envirenment variable OCI_***". Where i must declare those variable's. 2. error was "Undefined function OCIconnect", i now that this function is in .DLL and i copy all DLL's to winnt&winnt/system32 but still don't work.

Grazie tante
hedge
Forum Contributor
Posts: 234
Joined: Fri Aug 30, 2002 10:19 am
Location: Calgary, AB, Canada

Post by hedge »

Do you have the oracle client installed? The php_oci.dll is dependent on the oracle dll's
ferdy
Forum Newbie
Posts: 2
Joined: Tue Feb 11, 2003 3:18 am

Post by ferdy »

1. I installed oracle client, but not all of it.
2. I not decomment extensions from httdocs.conf

Now all working very well

thanks lot hedge
Post Reply