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

Is key in array php?

591


Tell me is it possible to remove the html tags from data?

532


Does php 5 support exceptions?

681


What is the name of scripting engine in php?

686


Write a program to swap two numbers using php.

542






How can you pass a variable by reference?

559


What is difference between php and wordpress?

504


What is http get and post?

535


How does csrf attack work?

535


What are form input html tags?

561


Is false empty php?

550


What is magic function in php?

541


What is difference between strstr() and stristr() in PHP?

547


How to find datatype of variable in php?

531


Why overriding is called runtime polymorphism?

525