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