putradnata

cumancontoh2

Jan 17th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title></title>
  5. </head>
  6. <body>
  7.     <ul>
  8.       <?php
  9.         for($i=0;$i<=100;$i++){
  10.           echo "<li>Antrean ke -" .$i. "</li>";
  11.         }
  12.       ?>
  13.     </ul>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment