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 check if a date entered exists?how can i put the value 1 or 0 into checkbox if we checked then 1 otherwise 0?
How can I add branching logic to my PHP code?
How do you get an array of the date and time?
What is the difference between sessions and cookies?
