Skip to content

Instantly share code, notes, and snippets.

@magmastonealex
Created October 3, 2013 20:31
Show Gist options
  • Save magmastonealex/6816643 to your computer and use it in GitHub Desktop.
Save magmastonealex/6816643 to your computer and use it in GitHub Desktop.
<?php
$alpha = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
for($i=0;$i<6;$i++){
$x=$alpha[$i];
echo "Item $x<br>";
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment