Hey Im working on a website and im trying to make the banner change at a time of the day
Thats my code but it doesnt seam to like itCode:<? if(date(H) < 18 && date(H) > 6){ echo "<img src="image link">"; }else{ echo "<"img src="image link">"; } ?>
anyone see anything?





Reply With Quote


