What is register_globals in php?
Answer Posted / subrat
The register_globals setting controls how you access form,
server, and environment variables. By default this variable
is set to Off, requiring you to use special arrays to
access these variables.
| Is This Answer Correct ? | 47 Yes | 4 No |
Post New Answer View All Answers
What is a collection in php?
What is the interface in php?
What is use of preg_replace in php?
Do you know what is the difference between the include() and require() functions?
What is the default time of cookie in php?
What is the difference between characters 34 and x34?
What is the delimiter default in PHP?
What is the delimiter syntax is PHP's default delimiter syntax
What is csrf validation?
What are the different types of array in php?
Do you know how can we check the value of a given variable is a number?
Explain the difference between require() and require_once()?
Is salary a ratio or interval?
Tell me how can we change the maximum size of the files to be uploaded?
Explain Booleans in PHP?