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:
anyway voted close question. @piotr please refine question or closed.
Comments
Post a Comment