Advertisement
eimkasp

PHP Ciklo pavizdys

Jun 12th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2.     for($i = 0; $i < 100; $i++) :
  3.       if($i % 10 == 0 && $i != 0) : ?>
  4.         <h1> Ciklas vyksta <?= $i; ?></h1>
  5.       <?php endif; ?>
  6.     <?php endforeach;?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement