Voll Upload SGD Fachinformatiker PHP
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
$zaehler = 2;
|
||||
const ENDE = 1;
|
||||
|
||||
do {
|
||||
echo "<p>Zähler hat den Wert: " .$zaehler ."</p>";
|
||||
|
||||
$zaehler++;
|
||||
} while ($zaehler <= ENDE);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user