Page 1 of 1

cursor concept in php

Posted: Mon Nov 28, 2011 4:41 am
by nadeem14375
Dear all,

I am Oracle Professional, and new to php.

in Oracle pl/sql we have a concept of cursor (Recordset):

for example:

I have a query (students table )which return 10 students, now I want to calculate the fees for every student return by this query and do some DML operations.

how can I do this in php?

Regards:

Re: cursor concept in php

Posted: Mon Nov 28, 2011 8:44 am
by McInfo
PHP Manual: Oracle OCI8