doubledee Posted April 14, 2012 Share Posted April 14, 2012 I have a Form and need to loop through 10 fields on it. Which Looping Structure would be best and why? In PHP, I believe my choices are... - For Each - Do While - While Thanks, Debbie Quote Link to comment https://forums.phpfreaks.com/topic/260923-what-type-of-loop/ Share on other sites More sharing options...
xyph Posted April 14, 2012 Share Posted April 14, 2012 Are you trying to loop 10 times, or trying to loop through an array? Best is subjective. It's can be different depending on priorities, and the amount of data you're looping through. Quote Link to comment https://forums.phpfreaks.com/topic/260923-what-type-of-loop/#findComment-1337319 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.