コード例 #1
0
ファイル: samples.php プロジェクト: 340211173/mandingo
						</th>
						<th style="text-align:center">
							Art
						</th>
						<th>
							Analysis
						</th>
						<th>
							Status
						</th>
					</tr>
				</thead>
				<tbody>
<?php 
$i = 0;
foreach (Sinjector::Results() as $r) {
    $i++;
    ?>

					<tr>
						<td>
							<?php 
    echo $i;
    ?>
						</td>
						<td>
							<a href="?report=<?php 
    echo $r["md5"];
    ?>
"><?php 
    echo $r["md5"];