Should my if statement work, is it structured properly?
Posted
by Sam
on Stack Overflow
See other posts from Stack Overflow
or by Sam
Published on 2010-06-06T10:52:56Z
Indexed on
2010/06/06
11:02 UTC
Read the original article
Hit count: 356
if (file_exists($cachefile) && (time() - $cachetime < filemtime($cachefile)) && $_SERVER['REQUEST_URI'] != "login" || "thankyou" || "confirm")
Should this code work, operators wise and syntax wise?
© Stack Overflow or respective owner