<!DOCTYPE html>
<html>
<body>
<?php
$letter = range("a","d");
print_r ($letter);
?>
</body>
</html>