Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

Sedo - Buy and Sell Domain Names and Websites project info: programmershelp.co.uk Statistics for project programmershelp.co.uk etracker® web controlling instead of log file analysis

   Misc

   Amazon

   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));
}
?>

 

 

 

 

 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
Add to favorites script(Javascript)
create random file names(VBScript)
display the available mac addresses(C Sharp)
Status bar clock(Javascript)
Ban a user(ASP)
Drive exists(ASP)
Getting the length of a string(PHP)
web page downloader(C Sharp)

    




Copyright © 2003 by programmershelp.co.uk