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


Please Help Members By Posting Answers For Below Questions

What is the use of "ksort" in php?

715


Can we learn php without html?

751


What should we do to be able to export data into an excel file?

764


What is a static method php?

743


What is the difference between file_get_contents() and file_put_contents() in php?

877


Tell me what is the main difference between php 4 and php 5?

752


How to concatenate two strings in php?

754


What are the features of php?

798


What does $this do in php?

727


Is key in array php?

750


In PHP, fgets() is used to read a file one line at a time. State Whether True or False?

913


What is a php certification?

709


What is the difference between php and cakephp?

732


What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?

739


What are the disadvantages of php?

715