xXxPeterPanxXx
Neues Mitglied
Hi,
ich bins mal wieder ich habe eine Problem mit dem Modulo Operator (%).
Der Code wird erst garnicht im Browser angezeigt wei ich ein Fehler gemacht habe(wahrscheinlich noch viele mehr). Ich bin noch extrem schlecht in php.
Das ist die Fehlermeldung:
Parse error: parse error in C:\xampp\htdocs\projects\php-training\fragen-uebungen-2-8.php on line 43
Danke im Voraus!
xXxPeterPanxXx
ich bins mal wieder ich habe eine Problem mit dem Modulo Operator (%).
Code:
<?php
for ($e = 0; $e <= 100; $e++);
$l = $l % $e
if (boolean = TRUE); {
echo '<td>
<tr class="gruen"></tr>'
} else {
echo '<tr class="gelb"></tr>
</td>'
?>
Das ist die Fehlermeldung:
Parse error: parse error in C:\xampp\htdocs\projects\php-training\fragen-uebungen-2-8.php on line 43
Danke im Voraus!
xXxPeterPanxXx