Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/04/2006, 08:44
zekenet
 
Fecha de Ingreso: junio-2005
Ubicación: Madrid, España
Mensajes: 288
Antigüedad: 18 años, 9 meses
Puntos: 1
</select>
<select name="anyo" style="width:57">
<option>a&ntilde;o</option>
<?
$i=date("Y");
while($i>=1905){
?>
<option value="<?=$i?>">
<?=$i?>
</option>
<?
$i--;
}
?>
</select>