How does one check to see if a script was passed data from a web form via the post method. I have got it checking for command line paramaters, but I need to know if the web form that I built for the users is passing it data. There are 3 possible ways that the script can be called and for the sake of brevity I am not posting the code, but the three methods are:
called initially from the web (the script both draws the form and does the grunt work, this is the form drawing phase)