Hi
Kann mir da jemand helfen?? Bin noch SEHR neu bei PHP:
<html>
<head>
</head>
<body>
<?php
$a = 4;
$c = 2;
echo '<p>$a hat den Wert 4</p>';
echo '<p>$b hat den Wert 2</p>';
echo '<p>Der Ausdruck lautet : 7 / $a + $c – 5.5 * (3 – $c)<br>';
echo 7 / $a + $c – 5.5 * (3 – $c);
?>
</body>
</html>
Wieso funktioniert das nicht?
cu
bleier116
Kann mir da jemand helfen?? Bin noch SEHR neu bei PHP:
<html>
<head>
</head>
<body>
<?php
$a = 4;
$c = 2;
echo '<p>$a hat den Wert 4</p>';
echo '<p>$b hat den Wert 2</p>';
echo '<p>Der Ausdruck lautet : 7 / $a + $c – 5.5 * (3 – $c)<br>';
echo 7 / $a + $c – 5.5 * (3 – $c);
?>
</body>
</html>
Wieso funktioniert das nicht?
cu
bleier116
Kommentar