views:

82

answers:

1

If it is possible, how does the parameter need to look like in the procedure? And how do you pass an array to a procedure?

+1  A: 

Yep, you can. You need to use oci_bind_array_by_name.

This page has a good example of it.

Matthew Watson
awesome reply. Thank you very much! It was very helpful!!!
Kel