What I need is a little IF THEN ELSE statement that will check if the time is between say 8AM and 5PM, then do THIS, else do THAT.
Not too familiar with the time functions, anyone help me out? Thanks!
use getdate()
http://www.php.net/manual/en/function.getdate.php
Diego