Skip to content

Instantly share code, notes, and snippets.

@sakti
Created December 21, 2010 11:26
Show Gist options
  • Save sakti/749816 to your computer and use it in GitHub Desktop.
Save sakti/749816 to your computer and use it in GitHub Desktop.
program perulangan di php
<?php
for ($i = 'a'; $i <= 'z'; $i++)
echo "$i\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment