How to make enable of register_global ?
What does it mean by global user?
Why is it insecure to get input from global user?
I make a link like this <a href="somePage.php?variable1=value1&&variable2=value2">LINK</a>
but on somePage.php doesnt know variable1. Why is it like that. or is it like that? so I cannot proces the variable1.
Thx anyway