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 "echo" in php?
How to redirect https to http url through .htaccess?
How cookies are trported from browsers to servers?
What does $globals mean?
How to concatenate two strings together in php?
What type of headers have to be added in the mail function to attach a file?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
Does php support inheritance?
Does apache use php?
Why are sessions used?
What are the differences between echo and print?
Can constructor be private in php?
Explain about PHP filter and why it should be used?
What is the correct and the most two common way to start and finish a php block of code?
What is user defined function in php?