PHP Source:
<
!DOCTYPE
html
>
<
html
>
<
body
>
<?php
$letter = range(
"a"
,
"d"
);
print_r ($letter);
?>
<
/body
>
<
/html
>
Result:
Privacy Policy