<HEADS UP>
This is not a pure Oracle Query. Thought I'd put it online here since I assumed some people on this board would also be working on PHP
</HEADSUP>

I am trying to get PHP to execute an Oracle Stored Procedure and then work with the returned values.

If the proc returns just a single value i can work fine with the result, but if my proc returns multiple values (a whole row, multiple selects or multiple rows) i cannot work with the result obtained.

Maybe, i am doing something wrong in writing the proc.. (though the proc works fine from the SQLPLUS prompt, does it have to be written differently to be called from PHP)

Will be really obliged if somebody could help me with this.. I am a kind of newbie when it comes to ORACLE.. ( SYBASE and MSSQL are more in my line of work) so am having a REALLY BAD TIME with this.... :(