<?phpfor ($i=65;$i<91;$i++) { printf('<a href="%s?letter=%s">%s</a> ', $PHP_SELF, chr($i), chr($i)); } ?>