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
What is the use of "ksort" in php?
Can we learn php without html?
What should we do to be able to export data into an excel file?
What is a static method php?
What is the difference between file_get_contents() and file_put_contents() in php?
Tell me what is the main difference between php 4 and php 5?
How to concatenate two strings in php?
What are the features of php?
What does $this do in php?
Is key in array php?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
What is a php certification?
What is the difference between php and cakephp?
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?
What are the disadvantages of php?