Link to home
Start Free TrialLog in
Avatar of Hytham
Hytham

asked on

Calling Oracle Procedure from PHP Scripts

Hi ...
Can you help me about calling Oracle procedure from PHP scripts?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of dboeke
dboeke

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Hytham
Hytham

ASKER

Thanks a lot,

Actually, I am using the Oracle Functions located in the following link: http://www.php.net/manual/en/ref.oracle.php
not the OCIOracle Functions.
Is it a way to do the above simple example by Oracle Functions of PHP, or, I must use OCI to do that?

Thanks again

Hytham
What oracle version are you using?
Avatar of Hytham

ASKER

Oracle Version (9i) 9.2.0.1.0
you should be using the oci functions:  http://www.php.net/manual/en/ref.oci8.php the oracle functions you referenced were for pre oracle 8, the oci support 7.x, 8.x, and 9.x