Files
lpmj6/3/03.php
T
2021-04-18 11:18:28 +01:00

5 lines
95 B
PHP

<?php
$mycounter = 1;
$mystring = "Hello";
$myarray = array("One", "Two", "Three");
?>