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

Where is the functions php in wordpress?

735


What are the file upload settings in configuration file?

774


How can we access the data sent through the url with the post method?

734


How many types of array supported in php?

745


Are php variables global?

767


What is mysqli_query?

715


Tell me what is the meaning of a final class and a final method?

817


Tell me what library is used for pdf in php?

747


Tell me what is htaccess?

695


What is meant by ‘passing the variable by value and reference' in php?

788


What is difference between explode() or split() in PHP?

714


What is chrome logger?

774


How do I clear my browser session?

784


Tell me can the value of a constant change during the script's execution?

920


Why do we use htaccess

848