Skip to content

Commit

Permalink
Update Array for Users.php
Browse files Browse the repository at this point in the history
Added "summon array" features
  • Loading branch information
kantobey authored Oct 1, 2021
1 parent ea8d7e8 commit f1bd918
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Array for Users.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@
</head>
<body>

<?php for( $i = 0; $i < 7; $i++ ) { ?>
<div><?php echo $angka[$i]; ?></div>
<?php } ?>

</body>
</html>

0 comments on commit f1bd918

Please sign in to comment.