Guest User

Untitled

a guest
Jul 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1.  
  2.     for($x=0;$x<=count($ext);$x++) {
  3.         echo '<b>'.$x.'</b>';
  4.         for($z=0;$z<=count($ext);$z++) {
  5.             if($z!=$x) echo $z;
  6.         }
  7.         echo '<br>';
  8.     }
Add Comment
Please, Sign In to add comment