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
What is foreach loop in php?
What are the string functions in php?
What is php explain how php works?
Is facebook still in php?
What are the advantages of using php?
What is the current stable version of php?
Explain the difference between require() and require_once()?
Can I learn php in a month?
How do you end php?
what is the current salary package in India for a PHP programmer who has 1.5 years experience
Tell us how to redirect a page in php?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?
Explain the installation of PHP on UNIX systems?
When to use inquire vs enquire?
Is php required for wordpress?