php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11999 Execute a storedprocedure using php
Submitted: 2001-07-10 02:28 UTC Modified: 2002-04-13 08:39 UTC
From: samuel_gunasundari at satyam-infoway dot com Assigned:
Status: Closed Package: OCI8 related
PHP Version: 4.0.6 OS: Linux
Private report: No CVE-ID: None
 [2001-07-10 02:28 UTC] samuel_gunasundari at satyam-infoway dot com
$sql1="execute proctest('$UName','$ase','$dsd',$id,$sno,'$num')";

    $proc=OCIParse($conn,$sql1);
     OCIExecute($proc);

Warning: OCIStmtExecute: ORA-00900: invalid SQL statement in /home/http/sigs/soffline.php on line 65


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-13 08:39 UTC] thies@php.net
your sql is bogus - nothing wrong with php here.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 12:01:27 2024 UTC