Advertisement
diegodcpbr

each

Apr 13th, 2020
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. while (list($key, $value) = each($rifaindex))
  2.     {
  3.        echo "alguma coisa";
  4.         $count++;
  5.         if ($count == 3)
  6.         {
  7.  
  8.             echo "outra coisa";
  9.  
  10.             $count = 0;
  11.         }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement