Oracle Stored Procedure + PHP

wxdqz

New Member
In PHP, how to display the result of a stored procedure when this result are a query or a cursor with many rows and many columns ...???
To return just one value there are no problem with ora_bind, but when we have multiplie row in return i don't now what's the method to display in a table by example !
 
Back
Top