What is register_globals in php?
Answer Posted / subrat
The register_globals setting controls how you access form,
server, and environment variables. By default this variable
is set to Off, requiring you to use special arrays to
access these variables.
Is This Answer Correct ? | 47 Yes | 4 No |
Post New Answer View All Answers
How to define a function with any number of arguments?
What is boolean in php?
What software is required to run php?
When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?
What are the main error types in php and how do they differ?
Can you define an argument as a reference type?
Tell us why did you choose this particular career path?
What is the function of string in c?
What is c++ polymorphism?
Where do we use get and post?
Who created numbers?
How variables are passed through arguments?
How to convert strings to upper or lower cases?
What is PHP's configuration file called?
What is super keyword in c++?