Advertisement
pvpunikalnypvp

Untitled

Nov 24th, 2022
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $tablica = array();
  2. $pogrubienie = 1; // wartosc co ile pogrubia
  3. $bar = $pogrubienie-1;
  4. $luk = $bar+1;
  5. $ilosc = rand(1,100);
  6. for ($ivvv = 0; $i <= $ilosc; $i++) {
  7. if ($i % $luk == $bar)
  8. echo '<b>'.rand(1,999999)."</b>&nbsp";
  9. else
  10. echo rand(1,999999)."&nbsp";
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement