-2

I have a project with lots global variables.

Examples used in functions

function ChangePassForm( $VARS ) {
    global $tpl, $iBtns, $db;
...
    $db->query("....");
}
hakre
  • 193,403
  • 52
  • 435
  • 836
Piotr
  • 29
  • 2
  • 8

1 Answers1

1

I can pretty easy guess what the question is:

"Why is it not working"?

ANSWER from PHP.net: enter image description here

Anyway I voted to close the question. @Piotr please refine the question or it will be closed.

Borislav Sabev
  • 4,776
  • 1
  • 24
  • 30