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
Is php still used?
where do we use htaccess?
What difference between require() and require_once()?
What is the Pipe Symbol represented?
List some sorting functions in php?
When to use self over $this?
Which software is used to run php programs?
What is the php function that removes the first element of the array and returns it?
How to convert strings to numbers in php?
How to get the IP address of the client/user in PHP?
What is php static function?
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
Explain what does $_server means?
How to stop the execution of php script?
How to call a php function from another php file?