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 are the encryption functions available in PHP?
What is "echo" in php?
Can php use gettext?
Why is used in php?
How to invoke a user function?
How can we access the data sent through the url with the post method?
What is the difference between die () and exit () in php?
What are the types of variables in php?
What are the special characters you need to escape in double-quoted stings?
Write down the code for saving an uploaded file in PHP.
Which php function will attach one file to another?
What is print_r?
What is the role of php.ini file?
Does php have block scope?
How to get useful error messages in php?