Oracle stored procedures in PHP( in ODBC)...

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Zoran_Dimov
Forum Newbie
Posts: 16
Joined: Wed Jun 21, 2006 6:10 pm
Location: Macedonia
Contact:

Oracle stored procedures in PHP( in ODBC)...

Post by Zoran_Dimov »

Hello, i have an Oracle stored procedure that has input and output parameters. I need solution for executing this stored procedure in PHP via ODBC driver

LOGIN( Username IN VARCHAR2, Passwordd IN VARCHAR2, SesID IN VARCHAR2, Valid OUT NUMBER, ClientID OUT VARCHAR2);

All i saw on Google were OCI functions, but for ODBC nothing..

Please HELP
Post Reply