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
List some string function name in php?
What is the purpose of constant() function?
How does csrf attack work?
Tell us how to set cookies in php?
Why do we use sessions in php?
How to remove blank spaces from the string?
Is php coding easy?
What is the difference between exception::getmessage and exception::getline?
Why php is also called as scripting language?
What are the Formatting and Printing Strings available in PHP?
What beforeFilter() is used?
How do I find environment variables?
How to call php function in jquery?
What are Routines?
When to use single quotes, double quotes, and backticks?