In my application (using PHP 4.3.0) I can't be sure if a variable is passed by a "post" or a "get".
Is there a global variable that combines $GET and $POST or do I have to merge it and (worst of all) put a "global ..." in every function where I want to use it?
Thanks in advance,
Martin