Voll Upload SGD Fachinformatiker PHP
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
$i = 42;
|
||||
|
||||
echo "Vor dem Problem. Wert von \$i: $i" . "<hr>";
|
||||
|
||||
for ($i == 0; $i < 10 ; $i++) {
|
||||
echo "Hochzählen von \$i: $i" . "<br>";
|
||||
}
|
||||
|
||||
echo "Nach dem Problem. Wert von \$i: $i" . "";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user