Quote:
Originally Posted by quantum-x
Why not just
<? if(date('w')>=1 && date('w')<=4) {?>
time() is redundant
|
Because I am redundant I guess. I usually use the date() function with something other than the current time so I forget that it defaults to using the current time if you leave the param out.
Dangers of answering off the top of my head while I am breaking from code.