We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a57c5c8 + 989f0c7 commit 3d14d90Copy full SHA for 3d14d90
_posts/10-06-01-Register-Globals.md
@@ -15,5 +15,3 @@ issues as your application cannot effectively tell where the data is coming from
15
For example: `$_GET['foo']` would be available via `$foo`, which can override variables that have been declared.
16
17
If you are using PHP < 5.4.0 __make sure__ that `register_globals` is __off__.
18
-
19
-* [Register_globals in the PHP manual](https://secure.php.net/security.globals)
0 commit comments