mirror of
https://github.com/FlyInTheBox/31TSAI.git
synced 2024-12-22 14:26:59 +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>
|
||||
<?PHP
|
||||
$d = 0;
|
||||
while ($d<5) {
|
||||
do {
|
||||
$d++;
|
||||
echo "<td class='rd'>To jest kolumna numer $d</td>";
|
||||
}
|
||||
while ($d<5) ;
|
||||
?>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue