This a better and small aproach!!!
Thanks!!!

-----Original Message-----
From: Neil Smith [MVP, Digital media]
[mailto:[EMAIL PROTECTED]
Sent: Jueves, 26 de Mayo de 2005 07:35 a.m.
To: php-db@lists.php.net
Cc: [EMAIL PROTECTED]
Subject: [PHP-DB] RE : Subject: Letters loop


for ($i=1; $i<=26; $i++) {
         print(chr(64+$i));
}

chr() prints the ASCII character corresponding to that number.
Upper case A-Z starts at 64 : http://www.lookuptables.com

Cheers - Neil

>Date: Wed, 25 May 2005 20:37:47 -0700
>From: MIGUEL ANTONIO GUIRAO AGUILAR <[EMAIL PROTECTED]>
>To: php-db@lists.php.net
>Message-id: <[EMAIL PROTECTED]>
>MIME-version: 1.0
>Content-type: text/plain; charset=us-ascii
>Content-transfer-encoding: 7BIT
>Subject: Letters loop
>
>Hi!!
>
>I wanna a do a for loop with letters, Is this possible?
>
>for ($i = 'A'; $i <= 'Z'; $i++){
>// code
>}
>
>--------------------------
>MIGUEL GUIRAO AGUILERA
>Logistica R8 - Telcel
>Tel: (999) 960.7994
>Cel: 9931-60000


========================================================
CaptionKit http://www.captionkit.com : Production tools
for accessible subtitled internet media, transcripts
and searchable video. Supports Real Player, Quicktime
and Windows Media Player.

VideoChat with friends online, get Freshly Toasted every
day at http://www.fresh-toast.net : NetMeeting solutions
for a connected world.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to