| Article: |
Ten Security Checks for PHP, Part 1 | |
| Subject: | Register Globals on | |
| Date: | 2003-05-26 04:42:37 | |
| From: | anonymous2 | |
|
Response to: Register Globals on
|
||
|
Thanks for the reply.. That means that if and only if the data is being passed vai GET method, the question of security in regard to register globals on, comes into play.. what if the method used is POST?
|
||
Showing messages 1 through 1 of 1.
-
Register Globals on
2003-05-26 11:13:56 anonymous2 [View]
Using POST instead of GET does not secure any script at all. Imagine creating your custom form on your local machine and directing the action to http://www.somwhere.net/someaction.php


