PHP & Global Variables

Just found out that PHP has totally different variable scope than Java. In PHP you have specify global keyword inside the function not outside. I am so used to Java type variable scope.

For more info read here




Related posts:

  1. $_FILES empty?

One Response to “PHP & Global Variables”