I am trying to change the order in which the results appear within a loop using foreach. What I need is for numbers greater than five to appear first, followed by the rest of the numbers. So I tried something like this:
$numeros = array(1, 2,...
asked by
09.05.2014 / 19:47