What is register_globals in php?
Answer Posted / vikash shrivastva
register_globals=On: helps to access all form attribute
without Global Array i.e. GET[], POST[] & REQUEST[]. we can
access all attributes using $+attribute names.
But When register_globals=Off we have to access all
attributes only by Global Arrays
Is This Answer Correct ? | 29 Yes | 3 No |
Post New Answer View All Answers
Where is the functions php in wordpress?
What are the file upload settings in configuration file?
How can we access the data sent through the url with the post method?
How many types of array supported in php?
Are php variables global?
What is mysqli_query?
Tell me what is the meaning of a final class and a final method?
Tell me what library is used for pdf in php?
Tell me what is htaccess?
What is meant by ‘passing the variable by value and reference' in php?
What is difference between explode() or split() in PHP?
What is chrome logger?
How do I clear my browser session?
Tell me can the value of a constant change during the script's execution?
Why do we use htaccess