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 is member function?
what is the current salary package in India for a PHP programmer who has 1.5 years experience
What is cURL in PHP?
How do I end a php session?
What is difference between put and post method in http?
How easy is php?
Which is better session or cookie?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
Tell me how is it possible to return a value from a function?
What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?
How is the ternary conditional operator used in php?
Where session is stored?
What is the default time in seconds for which session data is considered valid?
How to generate a character from an ascii value?
How does php and apache work?