What is register_globals in php?
Answer Posted / sk wazid hussain
when register_globals is set to ON in php.ini?? When it is
set to ON it registers Environment, GET, POST, COOKIE or
Server variables as global variables i.e. you don’t need to
write $_POST['username'] to access the posted ‘username’
variable you can simply use ‘$username’ to access the
$_POST['username'].
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What are the 3 scope levels available in php and how would you define them?
What is abstract class php?
What is apache and php?
How to call a php function from html button?
Is php 7.0 stable?
Explain what is the difference between $var and $$var?
How do you destroy a particular or all Sessions?
How to get complete current page url in php?
Does php require a web server?
How to execute a php script from the command line?
What does session start do in php?
What is the delimiter syntax is PHP's default delimiter syntax
What is difference between print_r and echo in php?
Is nan in javascript?
How can you propagate a session id?