What is register_globals in php?
Answer Posted / vikash shrivastva
register_globals=On: helps to access all form attribute
without Global Array i.e. GET[], POST[] & REQUEST[]. we can
access all attributes using $+attribute names.
But When register_globals=Off we have to access all
attributes only by Global Arrays
| Is This Answer Correct ? | 29 Yes | 3 No |
Post New Answer View All Answers
Write a program in php to find the occurrence of a word in a string?
What is a collection in php?
What is difference between isset and empty in php?
Explain how is it possible to set an infinite execution time for php script?
Write the statements that are used to connect php with mysql
How to include a file code in different files in php?
Which is better python or php?
What is overriding in php?
How to open a file in php?
What are the uses of php language?
Tell me how would you declare a function that receives one parameter name hello?
How can you send email in php?
What are the advantages of indexes in php?
write a note on Testing the web site
How is a constant defined in a PHP script?