you have to load the oracle library php_oci8.dll into your system-path
in php.ini you have to uncomment following section:
;Windows Extensions
.
.
.
.
.
extension=php_oci8.dll
.
.
.
pongpang wrote:
when i call funtion ora_Logon();
php say "Fatal error: Call to undefined function: ora_logon() in c:\siam2\fata\oracle.php3 on line 10".
How can i use Ora extension?
Must be set in php.ini
i can't find [oracle] in my php.ini
My System is oracle Personal 8.04
Apache 1.3.12
win 98
php4 pl1