What are autoglobals?
For instance if you send data through a form using the POST method, you will automatically have $_POST made available which is an autoglobal array containing all the keys and values passed through that form through the POST method.
There are several other global variables set this way.
Comment on this Question and Answer >>>
ASK A QUESTION
More other PHP Questions
How do I find the timestamp for a particular date?How do you get an array of the date and time?
How do I define a constant in PHP?
how can i put the value 1 or 0 into checkbox if we checked then 1 otherwise 0?
Can I spellcheck my text using PHP?
