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
Tell me how to retrieve a cookie value?
Explain what is the difference between $var and $$var?
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
Is key exist in array php?
Which variable declarations within a class is invalid in php?
Is empty array php?
How to set cookies?
How can we calculate the similarity between two strings?
How to find datatype of variable in php?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Is php a dying language?
List functions available to sort an php array?
What are access specifiers?
What is overriding in php?
Differentiate between php5 and php7?