Tapez le code suivant pour créer le calendrier:
"
lt;? php
$ Month_Names = Array ("Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre");
if (! isset ($ _ REQUEST ["mois"])) $ _REQUEST ["mois"] = Date ("n");
if (! isset ($ _ REQUEST ["année"])) $ _REQUEST ["année"] = Date ("Y");
Current_Month $ = $ _REQUEST ["mois"];
CURRENT_YEAR $ = $ _REQUEST ["année"];
Prev_year $ = $ CURRENT_YEAR;
Next_year $ = $ CURRENT_YEAR;
Prev_month $ = $ Current_Month-1;
NEXT_MONTH $ = $ Current_Month + 1;
if ($ prev_month == 0) {
Prev_month $ = 12;
Prev_year $ = $ CURRENT_YEAR - 1;
}
if ($ NEXT_MONTH == 13) {
NEXT_MONTH $ = 1;
Next_year $ = $ CURRENT_YEAR + 1;
}
?gt;
|
| |
Précédent | Suivant | |
| |
lt;? php echo $ month_Names [$ Current_Month-1] ». .? '$ Current_Year- gt; | |
Soleil |
Lun | Mar | Nous D | Jeu | Ven | Sam | lt;? php
$ Timestamp = mktime (0,0,0, $ Current_Month, 1, $ CURRENT_YEAR);
$ Maxday = date ("t", $ Timestamp);
Celuimois $ = getdate ($ timestamp);
StartDay $ = $ celuimois ['wday'];
for ($ i = 0 $ laryngotrachéite infectieuse aviaire, ($ maxday + $ StartDay) - $ i ++) {
if (($ i% 7) == 0) echo "
N";
if ($ i lt; $ StartDay) echo "
| N";else echo "
". ($ I - $ StartDay + 1). " | N";if (($ i% 7) == 6) echo " N";
}
?gt;
"
Tapez le code sans les citations sur la première et la dernière ligne. Le code va générer un calendrier mensuel pour le mois courant.