CodeUnit PHP: How to Skip to the Next Iteration of a Loop March 22, 2010 by Craig Lotter No Comments But what happens when you want a loop to skip over a particular section? What if you want to jump forward a couple of iterations... Read More
CodeUnit Little PHP Tip: Array Iteration that Produces both Key and Value November 4, 2009 by Craig Lotter No Comments Now while the foreach functionality is great in iterating through an array and returning the array's values, sometimes one wishes to also capture the key... Read More