aktuelle.kurse/m133/Modul_Unterlagen_133_VOR/08-Uebungen/03 PHP Grundlagen/kapitel04/counter3.php
Harald G. Mueller 28ff49e098 muh
2023-06-29 07:50:41 +02:00

7 lines
114 B
PHP

<?php
# Quelle: http://www.schattenbaum.net/php/
$count2 = 10;
$count2= $count2 - 1;
echo $count2;
?>