What is register_globals in php?
Answer Posted / dinesh waitage
When On, we can access variable any where within the script.
if the register_globals=Off in that time we can't access
variable anther page.
| Is This Answer Correct ? | 8 Yes | 11 No |
Post New Answer View All Answers
Is age a variable in research?
What is the difference between array_merge() and array_merge_recursive() in php?
How to return ascii value of character in php?
Explain how is it possible to cast types in php?
Which function Returns the time of sunrise for a given day / location in PHP.
Tell me what does the initials of php stand for?
What is php namespace?
Which is a perfect example of runtime polymorphism?
How many types of functions are there in php?
How to convert a json string to an array in php?
How do you create an array in php?
What does the scope of variables mean?
What are php filters?
List some features of php that are deprecated in php7?
What happens if an expected input field was not submitted?