PHP_DS_Project/index.php
2024-08-31 07:12:45 +02:00

7 lines
58 B
PHP

<?php
$school = "Bradavice";
echo("něco $school");
?>