![]() |
What are Register Global Variables?
It is a frequent necessity to transfer variable values between pages. You may have an HTML
|
Register globals variables is convenient but extremely dangerous, allows an attacker to overwrite variables in a script by adding parameters to requests. While the feature has been disabled by default since PHP 4.2.0. Many hosting providers often enable the feature to provide compatibility with old scripts.
|
What are Register Global Variables?
It is a way to transfer variable data to another page is make an HTML link (such as with click this link).This of course can be entered on the browser's address line, too. This information (the stuff after the ?, or "var_name_1=data&var_name_2=data") is known as a URL Query String ("UQS") and can be treated like a "GET" form submission.
__________________ |
As I am seeing this is a really interesting topic about Register Global Variables and it is described very well, it is helpful for me :)
|
All times are GMT -7. The time now is 03:38 PM. |
Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.