Zend - The PHP Company




HTML

Add Code


A better A - Z link generator  

Type: application
Added by: louie
Entered: 01/02/2001
Last modified: 02/12/2000
Rating: - (fewer than 3 votes)
Views: 7719
A scriptlet to generate links out of the letters of the alphabet.


<?php
for ($i=65;$i<91;$i++) {
    
printf('<a href="%s?letter=%s">%s</a>&nbsp;'$PHP_SELFchr($i), chr($i));
    }

?>


Usage Example




Rate This Script





Search



This Category All Categories