On Thu, 22 Jul 2004 22:22:28 +0700, Frank Munch <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> thanks for your comment. Right, and similarly, it struck me that in case
> there are variable-names in the path, like in
>
> require_once $my_lib_dir . "some_funcs.php";
>
> the variable $my_lib_dir could onl
Frank Munch wrote:
Hi,
thanks for your comment. Right, and similarly, it struck me that in case
there are variable-names in the path, like in
require_once $my_lib_dir . "some_funcs.php";
the variable $my_lib_dir could only be known at run-time and not by any
simple script just scanning the sourc
Hi,
thanks for your comment. Right, and similarly, it struck me that in case
there are variable-names in the path, like in
require_once $my_lib_dir . "some_funcs.php";
the variable $my_lib_dir could only be known at run-time and not by any
simple script just scanning the source.
Still, it would
3 matches
Mail list logo