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 php compared to html?
What is php trait?
How do I stop a php script?
What are the difference between overloading and overriding in oops?
Define metaphone()?
What are the special characters you need to escape in single-quoted stings?
Can php variables have numbers?
What is in php 7?
What is the output of the ucwords function in this example?
Tell me how is it possible to parse a configuration file?
How many records can be stored in mysql table?
Is php better than python?
How is the comparison of objects done in php?
Explain what does $_files means?
What is the difference between php and core php?