I desperately need to know whether it is possible to call an Oracle 
function in PHP.  For example...

$functionResult=hubins($name,$commit_yn)

where hubins is a stored procedure in our Oracle database.

Can this be done?  My first thought was to do something like this:

$functionCall="hubins($name,$commit_yen)";

then then do

ociexecute($functionCall);

...but that, of course didn't work.

Any thoughts?


-- 
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