Posted by 2291980 on 03/08/07 06:50
Hello
I am trying to use oracle with php
i have configured the php & oracle on my window-xp system .
i have all the necussary changes that need be done.
i have uncomment the code , in php.ini
php_oci8.dll
php_orale.dll
i am able to see the oracle & oci8 section on php.ini file
but sill when i ren test probram i am getting below error
Fatal error: Call to undefined function: oci_connect() in c:\Inetpub
\wwwroot\ori.php
$db="hidden";
$c1 = oci_connect("scott", "tiger", $db);
When i run this file i get one alert also for php.ext. That says
---------------------------
php.exe - Application Error
---------------------------
The instruction at "0x7c9144a7" referenced memory at "0x00000010". The
memory could not be "read".
Click on OK to terminate the program
Click on CANCEL to debug the program
---------------------------
OK Cancel
---------------------------
Navigation:
[Reply to this message]
|