You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 satır
310B

  1. <?php
  2. if(count($commandes)):
  3. ?>
  4. Bonjour,
  5. Voici en pièce jointe le récapitulatif des <?= count($commandes) ?> commandes du <?= date('d/m',strtotime($date)) ?>.
  6. À bientôt.
  7. <?php else: ?>
  8. Bonjour,
  9. Vous n'avez aucune commande pour le <?= date('d/m',strtotime($date)) ?>.
  10. À bientôt.
  11. <?php endif; ?>