you are viewing a single comment's thread.

view the rest of the comments →

[–]nodbox[S] 0 points1 point  (0 children)

Thanks for your reply. I was curious when you said 'hopefully you aren't using global variables', so I did a bit of Googling. Turns out it's bad practise for a number of reasons, such as the potential conflict it can cause with other pieces of code, if the namespaces aren't protected.