
05/07/2005, 08:09
|
 | | | Fecha de Ingreso: junio-2005
Mensajes: 144
Antigüedad: 19 años, 8 meses Puntos: 0 | |
if ($_GET['month'] = "January"){
$mes=$Enero
} elseif ($_GET['month'] = "February"){
$mes=$Febrero
...
...
} elseif ($_GET['month'] = "November"){
$mes=$Noviembre
} else {
$mes=Diciembre
}
echo "el mes actual es $mes";
__________________ Chiloé |