8

after two days of intense javascript i had a few difficult minutes to realize that concatenation in php doesn't work with +

Comments
  • 1
    That happens to me every time.
    Along with . and -> for accessing class members.

    And a lot of other things when I mix other languages.
  • 2
    And to use global variables in different scope you must declare "global $variable" inside that scope.
Add Comment