<?php
echo "<table width='400' border='1'>";
for($i=1;$i<=5;$i++)
{
echo "<tr>";
for($j=1;$j<=7;$j++)
echo "<td>2</td>";
echo "</tr>";
}
echo "</table>";
?>
Trung Tâm Nhất Nghệ - 00299A - KG: 10/04/2021
<?php
echo "<table width='400' border='1'>";
for($i=1;$i<=5;$i++)
{
echo "<tr>";
for($j=1;$j<=7;$j++)
echo "<td>2</td>";
echo "</tr>";
}
echo "</table>";
?>
0 comments :
Post a Comment