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 read one character from a file?
Php being an open source is there any support available to it?
What is overloading and overriding in oop?
Is php a strongly typed language?
What is php explain how php works?
Is php a low level language?
How to insert a line break in php string?
Explain Type hinting in PHP?
What is substr in php?
What is the use of header() function in PHP? What the Limitation of HEADER()?
What is the super method?
Difference between get and post method.
Why and where do we use htaccess?
How to submit form without a submit button.
How does cookies work in php?