question about global vars in php
what virtue of using:
gloabl $var;
instead of:
define(gvar,"val");
gloabl $var;
instead of:
define(gvar,"val");
you should not use global variables @ all, , they've been turned off in
many installations of php.
hth,
jon
"alexander ross" <aross@dosomething.org> wrote in message
news:ee6vdh$mf6$1@forums.macromedia.com...
> virtue of using:
>
> gloabl $var;
>
> instead of:
>
> define(gvar,"val");
>
many installations of php.
hth,
jon
"alexander ross" <aross@dosomething.org> wrote in message
news:ee6vdh$mf6$1@forums.macromedia.com...
> virtue of using:
>
> gloabl $var;
>
> instead of:
>
> define(gvar,"val");
>
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment