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
How to assigning a new character in a string using php?
Is array function in php?
What are the uses of php language?
Explain what are some new features introduced in php7?
Why do you need php?
How long is csrf token?
What is the difference between array_merge() and array_merge_recursive() in php?
Suppose your zend engine supports the mode ?> Then how can you configure your php zend engine to support Mode ?
Is php a web server?
What is use of header() function in php?
How can you submit a form without a submit button?
How can you tell if a number is even or odd without using any condition or loop?
How to check a key exist in an array?
What are variables in research examples?
How to remove leading and trailing spaces from user input values in php?