jmurch Posted May 13, 2009 Share Posted May 13, 2009 I'm using this while to loop thru my array: while ($row = oci_fetch_array($s, OCI_NUM+OCI_RETURN_NULLS)) { It's leaving the last row unprocessed each time. How can I modify the above statement to loop one extra time? TIA, Jeff Link to comment https://forums.phpfreaks.com/topic/158037-solved-array-loop-leaving-1-row/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.