What is register_globals in php?
Answer Posted / dinesh waitage
When On, we can access variable any where within the script.
if the register_globals=Off in that time we can't access
variable anther page.
Is This Answer Correct ? | 8 Yes | 11 No |
Post New Answer View All Answers
What is the different between count() and sizeof() in php?
What is instantiation?
How to create and destroy cookies in php?
What is cookie and session in php?
Write down the code for saving an uploaded file in PHP.
What difference between require() and require_once()?
What is the latest version of php?
How big is nvarchar max?
Tell me how is it possible to propagate a session id?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
What is php limit?
Do I need to install php after xampp?
Which is true about the singleton design pattern?
What is mysqli_fetch_array?
What does a delimiter do in mysql?