Date: 07/18/00
- Next message: Jesse Swensen: "Re: [phplib-dev] :PLEASE HELP ABOUT ORACLE CONNECTION"
- Previous message: kir: "[phplib-dev] cvs commit"
- Next in thread: Jesse Swensen: "Re: [phplib-dev] :PLEASE HELP ABOUT ORACLE CONNECTION"
- Reply: Jesse Swensen: "Re: [phplib-dev] :PLEASE HELP ABOUT ORACLE CONNECTION"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hello. I am using PWS and i installed php3 on my machine.
when i try to execute code which was written below occur tih error ----->
"Fatal error: Call to unsupported or undefined function ocilogon() in
c:\inetpub\wwwroot/ORALOGON.PHP3 on line 5"
<?php
print "<HTML><PRE>";
$db = "zorg";
$c1 = ocilogon("ARSLAN","A",$db);
$stmt = ociparse($conn,"select ENAME from scott.hallo");
ociexecute($stmt,OCI_DEFAULT);
echo $conn."----selecting\n\n";
while (ocifetch($stmt))
{
echo $conn." <".ociresult($stmt,"TEST").">\n\n";
echo $conn."----done\n\n";
}
print "</PRE></HTML>";
?>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected>
For additional commands, e-mail: phplib-dev-help <email protected>
- Next message: Jesse Swensen: "Re: [phplib-dev] :PLEASE HELP ABOUT ORACLE CONNECTION"
- Previous message: kir: "[phplib-dev] cvs commit"
- Next in thread: Jesse Swensen: "Re: [phplib-dev] :PLEASE HELP ABOUT ORACLE CONNECTION"
- Reply: Jesse Swensen: "Re: [phplib-dev] :PLEASE HELP ABOUT ORACLE CONNECTION"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

