$images = glob("./imgs/*.{jpg,gif,png,JPG,PNG,GIF}", GLOB_BRACE); $random_key = rand(0, count($images)-1); $random_image = $images[$random_key];