Bonjour à tous,
J'associe un paiement (chèque) avec un ou plusieurs adhérents, ensuite à l'affichage j'obtiens avec la requête suivante :
Résultat
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5 $requet = 'SELECT cheque_adhesion.*, cheque_adherent.*, bdd_adhesions.*, DATE_FORMAT(date_chq,\'%d/%m/%y\') AS date_chq FROM cheque_adhesion, cheque_adherent, bdd_adhesions WHERE cheque_adhesion.cle_chq = cheque_adherent.cle_chq and cheque_adherent.cle_adh = bdd_adhesions.cle_adherent and cheque_adhesion.statut_chq = "rapprocher" ';
Alors que j'aimerai un affichage comme ceci
Et là..je cale !!!!
Merci de votre aide![]()
Partager