Skip to content

Instantly share code, notes, and snippets.

@sanglt
Created July 19, 2010 03:07
Show Gist options
  • Select an option

  • Save sanglt/480971 to your computer and use it in GitHub Desktop.

Select an option

Save sanglt/480971 to your computer and use it in GitHub Desktop.
<?php
echo implode(', ', range('a', 'z'));
echo '<br />';
echo implode(', ', range('A', 'Z'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment