"chris herring" <[EMAIL PROTECTED]> wrote:
> if ($date == 24 && $hour == 3) {  }
>
> But that doesn't work... Any help is appreciated

Your logic is correct.  If the code within the braces isn't working it's
likely there's either an error in the code within the braces or $date and
$hour aren't returning the values you expect.  Try echoing them before the
if statement to verify they contain the values you expect.

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to