";
$images = [
"earth1.webp",
"earth2.jfif",
"earth3.jpg",
];
$random_index = random_int(0, count($images) - 1);
// var_dump($images);
$random_image = $images[$random_index];
?>
"Olívie, Olivia, Oliver",
20241003 => "Bohumil",
// ...
20241016 => "Havel",
// ...
];
echo "Dnes má svátek: " . $name_days[date("Ymd")] . "
";
?>
Výpis obsahu adresáře
";
foreach ($files1 as $item) {
echo "$item";
}
echo "";
?>