I need to do mysql_num_rows(), but in oracle. It seems OCIRowCount($r) only returns rows changed after an update, not the amount of rows in a result set from a select query. How to do this??? thanks!
use OCIFetchStatement.
I think the better way or function will be,
but this function is all I know.
Good luck.
related this problem how can i use mysql_fetch_row in ORACLE?