1 2 3 4 5 6 7 8 9
| $reponse = mysql_query("
SELECT e_ponctualite,pon_note,e_dynamiste,dyn_note,e_entrainement,ent_note,e_respect,resp_note,
e_ecoute,eco_note,e_pratique,pp_note,e_partie,par_note,e_connaissance,con_note,e_langue,lan_note,
e_tenue,ten_note,e_horaire,hor_note,e_arbitre,arb_note,e_ecart,eca_note,e_staff,staf_note,e_ats,dig_note,
e_impact,imp_note,e_retour,ret_note,e_note,
e_esprit,e_apprecie,e_division,e_info,e_pts,e_note2,
ef_pedagogie,ef_technique,ef_psychologie,ef_militaire,ef_relaxation,ef_aucune,ef_note,s_retour,s_hiver,s_cld,
maj,categorie
FROM `ATS_sondage` where categorie=$categorie and passeport=$no_passeport") or die(mysql_error()); |
Partager