Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

image_hours

<?php
	date_default_timezone_set('Europe/Moscow');
	$h = date('H');
?>
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
	<style>
		body{
			min-height: 100vh;
			background: url(img/img_dz/<?php echo floor($h / 6); ?>.jpg) no-repeat fixed;
			background-color: cover;
		}
	</style>
</head>
<body>
	<h1><?php echo $h; ?></h1>
</body>
</html>

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.