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.
$src = array("1.gif","2.gif","3.gif","4.gif","5.gif","6.gif","7.gif");
echo "<img src='".$src[date('N')]."'>";
<?php
$src = array("1.gif","2.gif","3.gif","4.gif","5.gif","6.gif","7.gif");
echo "<img src='".$src[date("w")]."'>";
?>
PHP:<?php $src = array("1.gif","2.gif","3.gif","4.gif","5.gif","6.gif","7.gif"); echo "<img src='".$src[date("w")]."'>"; ?>