Easy way to fix global variables in PHP 5.4? -


i have project lots global variables.

examples used in functions

function changepassform( $vars ) {     global $tpl, $ibtns, $db; ...     $db->query("...."); } 

i can pretty easy guess question is:

"why not working"?

answer php.net: enter image description here

anyway voted close question. @piotr please refine question or closed.


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -