What is register_globals in php?
Answer Posted / dinesh waitage
When On, we can access variable any where within the script.
if the register_globals=Off in that time we can't access
variable anther page.
| Is This Answer Correct ? | 8 Yes | 11 No |
Post New Answer View All Answers
Why shouldn't I use mysql_* functions in php?
Is null in php?
How can we change the value of a constant?
What is var_dump?
What are advantages of .htaccess?
What is the difference between client-side and server-side programming?
Which is faster for or foreach php?
Which php framework is in demand?
Which function Returns the time of sunrise for a given day / location in PHP.
How to get the http request in php?
Tell me how comparison of objects is done in php5?
How can we automatically escape incoming data?
Can you define an array argument as a reference type?
How are php sessions stored?
How to get the total number of values in an array?