Weather Channel for March 2023:"; $int = rand(1,3); function getFile($int){ if ($int == 1){ return "weather1.php"; } else if ($int == 2){ return "weather2.php"; } else { return "weather3.php"; } } include getFile($int); ?>