cursor concept in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nadeem14375
Forum Newbie
Posts: 23
Joined: Sat Oct 30, 2010 2:11 am

cursor concept in php

Post 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:
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: cursor concept in php

Post by McInfo »

PHP Manual: Oracle OCI8
Post Reply