Hi all,
I am begginer in using ORACLE 8i DB with PHP, so please, could anybody help
me ? When I try to connect or use any OCI or ORA function, it only say me 

Fatal error: Call to unsupported or undefined function ocilogon() in
/home/httpd/html/ora.php3 on line 8

here is the part of code:


<?





$handle = OCILogon("scott","tiger");

if ($handle == false ) { echo 'error';
echo ocierror($handle).":".OCIError($handle);
exit;
}
....

But I suppose, the problem is not in the code, but in some adjustment ...

Thanks,
Petr.



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to