X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=php%2Fparticipants.php;fp=php%2Fparticipants.php;h=995752b930c294156c92bca5efe22ee57b8ac32a;hb=27f3004da65f2b5803709b3fa76a791c9b38a0c9;hp=0000000000000000000000000000000000000000;hpb=262be7e249593a2764a7c452f70dc5ac68887d5c;p=cl7.git diff --git a/php/participants.php b/php/participants.php new file mode 100644 index 0000000..995752b --- /dev/null +++ b/php/participants.php @@ -0,0 +1,56 @@ + + +Toutes les infos des participants de la corcelles-lan + + +

Toutes les infos des participants de la corcelles-lan

+ +Pseudo +Clan +Prénom + nom +age +E-mail +N°ICQ +Souhaite participer au tournoi War3 ? +Souhaite participer au tournoi Ra3 ? +Remarque +A payé ? + +'; + +while($participant = mysql_fetch_object($requ)) +{ + echo '', + '',$participant->pseudo,'', + '',($participant->clan_nom==''?'':'('.$participant->clan_tag.')'.$participant->clan_nom),'', + '',$participant->prenom, ' ', $participant->nom,'', + '',$participant->age,'', + '',$participant->e_mail,'', + '',$participant->icq,'', + '',ON($participant->tournoi_war3_1),'', + '',ON($participant->tournoi_ra3_1),'', + '',$participant->remarque,'', + '',ON($participant->a_paye),'', + ''; +} +echo ''; + +?> + +