Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
$fp = opendir ("$t");
while (false !== ($array = readdir ($fp))) {
if ($array === "." || $array === "..") continue;
echo "<img src=\"$t/{$array}\" border='0' width='100' height='100' title='$v'>";
}
closedir ($fp);