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
What is php oop?
What is the difference between exception::getmessage and exception::getline?
What is substr in php?
Can I use php in visual studio?
Tell me how to set a page as a home page in a php based site?
What is the function file_get_contents() useful for?
When do sessions end?
Can you define an argument as a reference type?
What are the options to transfer session ids?
How do I stop a php script?
Tell me how can we change the maximum size of the files to be uploaded?
What is the difference between $argv and $argc? Give example?
How many keywords are there in php?
Does wordpress still use php?
How to select a database?