I can't Use PHP to connect Oracle database on Win2000
I use Oracle 8i In windows 2000 & I want to connect It y PHP
my script
<?
$conn = ora_logon("scott","tiger");
?>
but when i run it i see error php can't defind
function ora_logon why ?
in php.net i don't see any topics same this ?
help me !!!!
ps. i use sqlnet to set up in TCP/IP
I use Oracle 8i In windows 2000 & I want to connect It y PHP
my script
<?
$conn = ora_logon("scott","tiger");
?>
but when i run it i see error php can't defind
function ora_logon why ?
in php.net i don't see any topics same this ?
help me !!!!
ps. i use sqlnet to set up in TCP/IP