Bonjour à tous,
J'associe un paiement (chèque) avec un ou plusieurs adhérents, ensuite à l'affichage j'obtiens avec la requête suivante :
Alors que j'aimerai un affichage comme ceci
Et là..je cale !!!!
Merci de votre aide
J'associe un paiement (chèque) avec un ou plusieurs adhérents, ensuite à l'affichage j'obtiens avec la requête suivante :
$requet = 'SELECT z_admin_cheque_adhesion.*, z_admin_cheque_adherent.*, bdd_adhesions.*, DATE_FORMAT(date_chq,\'%d/%m/%y\')
AS date_chq FROM z_admin_cheque_adhesion, z_admin_cheque_adherent, bdd_adhesions
WHERE z_admin_cheque_adhesion.cle_chq = z_admin_cheque_adherent.cle_chq and
z_admin_cheque_adherent.cle_adh = bdd_adhesions.cle_adherent and
z_admin_cheque_adhesion.statut_chq = "rapprocher" ';
Alors que j'aimerai un affichage comme ceci
Et là..je cale !!!!
Merci de votre aide