Oracle Noob - OCIFetchThis is a discussion on Oracle Noob - OCIFetch within the Oracle forums in Oracle Database category; I have a query that returns 3 rows\ I have this:... | ||||||||
| | ||||||||
| ||||||||
| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| I have a query that returns 3 rows\ I have this: $i = 1; while(OCIFetch($chk)){ echo $i; //echoes 1 - 55 $i++; } Why does it increment to 55? Thank you for any enlightenment! |
![]() |
| Thread Tools | |
| Display Modes | |