?>
    <br>Best items by profit margin:<br>
<?php 
    getBestItemsMargin($ids_string, $con);
    ?>
    <br>Problematic items:<br>
<?php 
    getProblematicItems($ids_string, $con);
    ?>
    <br>Best customers by profit:<br>
<?php 
    getBestCustomersProfit($ids_string, $con);
    ?>
    <br>Fastest turnovers:<br>
<?php 
    getFastestTurnovers($ids_string, $con);
    ?>
    <br>Last 7 days profits:<br>           
 <?php 
    getLastWeekProfits($ids_string, $con);
    ?>
    <br>If you found this tool useful, feel free to tip a small amount of ISK to 'Nick Starkey' ingame or to <a href='https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=E92PVNRT3L9EQ'>Paypal</a> to help me keep up with server costs.
    <br>Note: You are receiving this e-mail because you have subscribed to evetrademaster.com automated reports. 
    If you do not wish to recieve any more reports, click <a href='www.evetrademaster.com/pages/unsubscribe.php?user=<?php 
    echo $username;
    ?>
&email=<?php 
    echo $email;
    ?>
'>here</a> to unsubscribe.
                                                                                                               
示例#2
0
//     echo "<tr><td>" .$item . "</td><td>" . $value . "</td><td></tr>";
echo "</table>";
?>
                                    <!-- /.list-group -->

                            </div>
                            <!-- /.panel-body -->
                        </div>
                        <!-- /.panel -->
                        <div class="panel panel-default">
                            <div class="panel-heading">
                                <i class="fa fa-clock-o"></i> Fastest turnovers
                            </div>
                            <div class="panel-body">
<?php 
getFastestTurnovers($character_get, $con, $int);
?>
                            </div>
                            <!-- /.panel-body -->
                        </div>

                        <div class="panel panel-default">
                            <div class="panel-heading">
                                <i class="fa fa-rotate-left"></i> Best timezones
                            </div>
                            <div class="panel-body">  

                                <table border='1'  class="table table-striped table-bordered table-hover">
                                    <tr><th>Timezone</th><th>Profit</th></tr>
<?php 
arsort($tz_profits);