RE: [PHP] Require_once problem

2002-11-01 Thread @ Darwin
Well, the way I've read it is that if you use require within control structures then all files are included, regardless of whether the script exits before it reaches its next if...elseif...else or case statement. With include that does not happen. So the general rule of thumb would be to use

RE: [PHP] Require_once problem

2002-11-01 Thread Ford, Mike [LSS]
-Original Message- From: Darwin [mailto:superbus22;attbi.com] Sent: 01 November 2002 10:17 Well, the way I've read it is that if you use require within control structures then all files are included, regardless of whether the script exits before it reaches its next