oprava gramatiky

This commit is contained in:
kankys
2024-09-08 12:45:11 +02:00
parent ee6399e970
commit b453b6766e
7 changed files with 176 additions and 3 deletions

View File

@ -1,7 +1,8 @@
<?php
<?php
// Cyklus foreach - na práci s polem
// Cyklus for
$school = "Bradavice";
echo("něco $school");
?>