Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Created December 5, 2016 23:39
Show Gist options
  • Save ilhamarrouf/0d84921ca99ccc6519764086856a845b to your computer and use it in GitHub Desktop.
Save ilhamarrouf/0d84921ca99ccc6519764086856a845b to your computer and use it in GitHub Desktop.
Struktur Kontrol PHP
<?php
for ($i = 1; $i <= 10; $i++) {
echo $i . "\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment