mirror of
https://github.com/FlyInTheBox/31TSAI.git
synced 2024-12-22 22:37:00 +01:00
l
This commit is contained in:
parent
b242826670
commit
9e5bd85fb5
1 changed files with 2 additions and 1 deletions
|
@ -55,10 +55,11 @@
|
||||||
<tr>
|
<tr>
|
||||||
<?PHP
|
<?PHP
|
||||||
$d = 0;
|
$d = 0;
|
||||||
while ($d<5) {
|
do {
|
||||||
$d++;
|
$d++;
|
||||||
echo "<td class='rd'>To jest kolumna numer $d</td>";
|
echo "<td class='rd'>To jest kolumna numer $d</td>";
|
||||||
}
|
}
|
||||||
|
while ($d<5) ;
|
||||||
?>
|
?>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in a new issue