Advertisement
ni032mas

Untitled

Aug 8th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. <?php
  2.     $h = date('H');
  3.    
  4. ?>
  5. <!doctype html>
  6. <html>
  7.     <head>
  8.         <title>13254</title>
  9.         <style>
  10.             body{
  11.                 background: url(imgphp/<?php echo floor($h / 6); ?>.jpg);
  12.                 background-size: cover;
  13.             }      
  14.         </style>   
  15.     </head>
  16.     <body>
  17.         <h1>  <?php echo floor($h/6);?> </h1>
  18.     </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement