$club = $rowClub1[0];
     $clubName = $rowClub1[1];
     if (!empty($club2)) {
         $result = mysql_query("select xVerein, Sortierwert from verein where xCode = '" . $club2 . "'");
         if (mysql_errno() > 0) {
             AA_printErrorMsg(mysql_errno() . ": " . mysql_error());
         } else {
             $rowClub2 = mysql_fetch_array($result);
             $club2 = $rowClub2[0];
             $clubName2 = $rowClub2[1];
         }
     }
 }
 mysql_free_result($result);
 if (empty($club2)) {
     $clubName2 = AA_meeting_getLG($club);
 }
 if (empty($club2)) {
     $club2 = 0;
 }
 echo "<athleteId>" . urlencode(trim($row['id_athlete'])) . "</athleteId>\n";
 echo "<name>" . urlencode(trim($row['lastname'])) . "</name>\n";
 echo "<firstname>" . urlencode(trim($row['firstname'])) . "</firstname>\n";
 echo "<clubname>" . urlencode(trim($clubName)) . "</clubname>\n";
 echo "<clubname2>" . urlencode(trim($clubName2)) . "0</clubname2>\n";
 echo "<year>" . substr($row['birth_date'], 0, 4) . "</year>\n";
 echo "<day>" . substr($row['birth_date'], 8, 2) . "</day>\n";
 echo "<month>" . substr($row['birth_date'], 5, 2) . "</month>\n";
 echo "<license>" . $row['license'] . "</license>\n";
 if ($row['license_paid'] == 'n') {
     $licensePrinted = $strNo;
	<td class='forms'><?php 
        echo $club_name;
        ?>
</td>
	<th class='dialog'><?php 
        echo $strClubInfo;
        ?>
</th>
	<td class='forms'><?php 
        echo $clubinfo != '' ? $clubinfo : '-';
        ?>
</td>
</tr>  

<?php 
        $lg = AA_meeting_getLG($club);
        if ($club2_name != '') {
            // second club exist
            ?>
   
 
<tr>
    <th class='dialog'><?php 
            echo $strClub2;
            ?>
</th>
    <td class='forms'><?php 
            echo $club2_name;
            ?>
</td>
     
Beispiel #3
0
' />
        <input name='xathlete' type='hidden' value='<?php 
        echo $row[3];
        ?>
' />
    <td class='forms'>
        <input type="text" name="clubinfo" value="<?php 
        echo $row[25];
        ?>
" size="25"
            onchange="document.data_clubinfo.submit()">
    </td>
    </form>
</tr>
 <?php 
        $lg = AA_meeting_getLG($row[9]);
        if ($row[27] != '') {
            // second club exist
            ?>
   
 
<tr>
    <th class='dialog'><?php 
            echo $strClub2;
            ?>
</th>
    <td ><?php 
            echo $row[27];
            ?>
</td>
    <td colspan='2'></td>