[phplib-dev] :PLEASE HELP ABOUT ORACLE CONNECTION From: Arslan Bahar (abahar <email protected>)
Date: 07/18/00

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>