What is register_globals in php?
Answer Posted / jai
As same answer. By setting it on we can access the
environment variables using it's variable name
| Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
What is difference between echo and print in php?
What is csrf token in php?
Is php a case sensitive language?
Will a comparison of an integer 12 and a string "13" work in php?
What are helpers in php?
How can we submit a form without using submit buttons?
Explain what are the two main string operators?
What is zend studio for?
Why do we use in php?
What is the main difference between require() and require_once()?
How to remove duplicate values from a PHP Array?
What is mvc in php?
Do you know how to delete a file from the system?
Swap two variables value without using third variable in php ?
What is difference between echo and print_r in php?