HI :]
anyone know how to make an image change at different times of the day
like morning
evening
night time??
thanks ♥

HI :]
anyone know how to make an image change at different times of the day
like morning
evening
night time??
thanks ♥
There is a Javascript code for this, i'll try and find it for you![]()
ohhh thanks :]
I think this should work (not tryed it)
Just add morePHP Code:<?php
$time = gmdate("H");
if($time < "5")
{ echo("image"); }
elseif($time < "10")
{ echo("different image"); }
else
{ echo ("image before whatever lol"); }
?>
elseif($time < "num")
{ echo("image"); }
num should be the hour in 24 hour time format (I think!)
Last edited by Jewish Bear; 27-12-2006 at 06:18 PM.
visit my internet web site on the internet
http://dong.engineer/
it is just videos by bill wurtz videos you have been warned
Dan's code is probably alot smaller and is easier to edit![]()
Want to hide these adverts? Register an account for free!