It expects there to be 366 images to change to called 001.jpg, 002.jpg ... 366.jpg.
<html>
<body style="background-image: url(<?php echo str_pad(date(z),3,'0'); ?>.jpg)">
</body>
</html>
<body style="background-image: url(<?php echo str_pad(date(z),3,'0'); ?>.jpg)">
</body>
</html>
To change the background using Javascript see here
Changed....again
No comments:
Post a Comment