![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
02/10/2005, 20:19
|
![Avatar de Mickel](http://static.forosdelweb.com/customavatars/avatar20289_2.gif) | | | Fecha de Ingreso: mayo-2002 Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 22 años, 9 meses Puntos: 7 | |
algo asi?
<?php
$desde="A";
$hasta="F";
$ndesde=ord($desde);
$nhasta=ord($hasta);
while ($ndesde<=$nhasta) {
echo chr($ndesde);
$ndesde++;
}
?>
__________________ No tengo firma ahora... :( |