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 advance thing in php7?
Is php good for career?
How do you pass a variable by value in php?
Is php an array?
What are the steps involved to run php?
What is the use of token in php?
Does strlen include null?
What is a query in a database?
Explain some most commonly use string functions in php?
What is the difference between for and foreach loop in php?
Explain the casts allowed in PHP?
How many types of functions are there in php?
Tell me what is the difference between get and post?
Can you extend a final defined class?
Can php replace javascript?