Your Ad Here

 Navigation
Home
Source code
Tutorials
RSS feeds
Articles
Wordpress plugins
Blog
Books
Software
Downloads
Hosting
manuals
Script directory
Training
Our Links




 Sponsors
 Links
programmershelp
domain names
low cost magazines
 Downloads
 Misc
Webmaster Resources
Only PHP
ScriptSearch.com
Scripts.com - Get the best scripts NOW!
AndreaPHP Programming

Valid XHTML 1.0 Transitional


Valid CSS!


A to Z links


A to Z links

Have you ever seen those sites that have an A to Z list of letters with different links in each category . Well we are goning to show you a way to produce those lists.

Here is the script

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

and here is an example


A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 




Books
 Sponsors
 Random Code
Bubblesort routine(functions)
A daily MySQL row displayed(database)
Googlebot has visited(internet)
 Random Article
  Network
Programming resources
Tutorials directory
Hosting resources
ASP site
Domain names
Progged
Maxi directory
bigarticle : free articles
A Code
Code N Tutorials




beginners PHP Copyright © 2004 onwards by beginnersPHP.