bonjour comme le dit l intitulé je cherche a creer une position dans index.php en fonction du jour , je pars du code suivant
Code PHP:
<?php*
if(date('j', $timestamp) === '1')*
* * echo "Aujourd'hui c est le premier du mois\n";

if(date('D', $timestamp) === 'Mon')*
...