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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.