From:             [EMAIL PROTECTED]
Operating system: windows 2000
PHP version:      4.1.2
PHP Bug Type:     Oracle related
Bug description:  Fatal error: Call to undefined function: ocilogon() 

how can i connect to oracle using php I have installed a php in IIS. 

I got this error on browsing the site

 Fatal error: Call to undefined function: ocilogon() in C:\abc\php\try.php
on line 3

I wrote this code:

<?
require('./db-include.inc');
$iDBConn = OCILogon(DB_USER,DB_PASS,DB_NAME);
?>

my oracle is in D drive

what i have to to please suggest me


-- 
Edit bug report at http://bugs.php.net/?id=16427&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16427&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16427&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16427&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16427&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16427&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16427&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16427&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16427&r=submittedtwice

Reply via email to