> Is there a workaround under php3 for include_once ?
if( !$this_include_file_only_variable_declared ) {
$this_include_file_only_variable_declared = 1;
// your include script here
}
And if you attempt to include the file more than once
in a script, the IF() will resolve true and skip past the
include script.
Chris
- [PHP] include php3 -vs- 4 Jack Sasportas
- Re: [PHP] include php3 -vs- 4 Philip Olson
- Re: [PHP] include php3 -vs- 4 rm
- [PHP] Frames Boget, Chris
- [PHP] Frames Randy Johnson

