Whats the main difference between Require and Include? sometimes i can't use require the way I want to.. for eg if I have a check for something.. say... if x=1 than require "blah.php" else require "duh.php"
When the executes all the functions in blah and duh are available.. but when i changed to include, it worked the way i wanted to.. any comments? or am I just smoking?