コード例 #1
0
            if (!file_exists(MYMAIL_DIR . $flag)) {
                $flag = '/assets/img/flags/unknown.gif';
            }
            $k += $count;
            ?>
			<tr data-code="<?php 
            echo $countrycode;
            ?>
" id="country-row-<?php 
            echo $countrycode;
            ?>
"><td width="20"><img src="<?php 
            echo MYMAIL_URI . $flag;
            ?>
" width="16" height="12" alt=""></td><td width="100%"><?php 
            echo $ip2Country->country($countrycode);
            ?>
</td><td><?php 
            echo $count;
            ?>
</td></tr>
			<?php 
        }
        ?>
		</tbody>
		</table>
	</div>
	<?php 
        $countries = $ip2Country->get_contries();
        ?>
	<script type="text/javascript">