Should my if statement work, is it structured properly?
- by Sam
if (file_exists($cachefile) && (time() - $cachetime < filemtime($cachefile)) && $_SERVER['REQUEST_URI'] != "login" || "thankyou" || "confirm")
Should this code work, operators wise and syntax wise?