Thread
:
How can I show different html based on time of day? perhaps php code?
View Single Post
09-01-2007, 08:29 AM
quantum-x
Confirmed User
Join Date: Feb 2002
Location: ICQ: 251425 Fr/Au/Ca
Posts: 6,863
<? if (date('G') >= 8 && date('G') >= 12) { ?>
Alternate code
<? } else { ?>
Other code
<? } ?>
quantum-x
View Public Profile
Visit quantum-x's homepage!
Find More Posts by quantum-x