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
Tell me what are the different types of errors in php?
What are the uses of explode() function?
How to write comment in php?
How to find length of an array in php ?
Tell me can the value of a constant change during the script's execution?
How do I stop php artisan serve in windows?
What are different types of errors available in Php?
What is php addslashes?
What is api example?
What is data abstraction in php?
How to create reusable code in php?
How to create a session? How to set a value in session? How to remove data from a session?
What is array filter php?
What is a trait in php?
How does session work in php?