|
Posted by Rik on 08/02/07 17:48
On Thu, 02 Aug 2007 19:47:23 +0200, gosha bine <stereofrog@gmail.com> =
wrote:
> php only includes files when the require/include statements are =
> executed, in other words
>
> $x =3D 1;
>
> if(1 =3D=3D $x)
> require("include this");
> else
> require("this-will-be-NEVER-included");
Since 4.0.2, then again, anyone running a lower version really should =
upgrade....
-- =
Rik Wasmus
Navigation:
[Reply to this message]
|