Voll Upload SGD Fachinformatiker PHP
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
// if … else
|
||||
|
||||
$regen = true;
|
||||
|
||||
if ($regen == false) {
|
||||
|
||||
echo "<h3>Regenschirm schließen!</h3>";
|
||||
|
||||
}
|
||||
|
||||
else {
|
||||
|
||||
echo "<h3>Es regnet, Regenschirm öffnen!</h3>";
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user