OK, I have never used these much, but I am starting to hear that in newer versions of PHP (I am currently running on 4.12 (I believe) that the $GET and $POST are required.
Is this true? and if so, in what version of PHP is it required. Also, I define many variables like many of you do I assume by building a config file that holds a great deal of info from MySQL connection variables and other stuff. Do these included variables need to be defined with $GET or $POST?
I am assuming Query Strings are $GET and form elements are $POST but what are config file-defined variables if anything?
Any insight to share?