Hi!
did you compile php with oci or ora functions?
this is a really good tutorial...
http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/page1.html
here are the commands I use .. you need to adjust for versions...
php config
./configure --with-apache=../apache_1.3.19 --with-oracle=/opt/
If you use PHP on Windows NT, you have to uncomment extension=php_oracle.dll
in your php.ini file, and copy php_oracle.dll to winnt\system32.
If you have installed Oracle8 client, you can also use php_oci8.dll (even
with a 7.3 database), with the OCILogon functions, etc...
I don't know what to do
If you use PHP on Windows NT, you have to uncomment extension=php_oracle.dll
in your php.ini file, and copy php_oracle.dll to winnt\system32.
If you have installed Oracle8 client, you can also use php_oci8.dll (even
with a 7.3 database), with the OCILogon functions, etc...
I don't know what to do