PHP Website Maker
Pages
Home
PHP Learning
Monday, June 11, 2012
PHP - Quick Alphabetic Navigation
PHP - Quick Alphabetic Navigation
<?php
foreach (range('a', 'z') as $char) {
print '<a href="#' . $char . '">' . $char . '</a> | ';
}
?>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment