mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-24 10:41:56 +01:00
7 lines
64 B
PHP
7 lines
64 B
PHP
<?php
|
|
for ($i=1; $i <= 10; $i++)
|
|
{
|
|
echo "$i ";
|
|
}
|
|
?>
|