Voll Upload SGD Fachinformatiker PHP
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
$preis = 5;
|
||||
|
||||
if ($preis < 2.95) {
|
||||
|
||||
//Anweisungsblock in geschweiften Klammern
|
||||
|
||||
echo "<h3>kaufen</h3>";
|
||||
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user