| Article: |
Ten Security Checks for PHP, Part 1 | |
| Subject: | get/post | |
| Date: | 2003-03-22 01:49:45 | |
| From: | anonymous2 | |
|
$HTTP_POST/GET_VARS are obsolete by now. Use $_GET and $_POST - see http://www.php.net/manual/en/language.variables.predefined.php |
||
Showing messages 1 through 1 of 1.
-
get/post
2003-10-14 09:43:15 anonymous2 [View]
$HTTP_GET/POST _VARS are not obsolete, they are deprecated. This has a different meaning to obsolete. They are also different variables, and are handled differently by the Zend engine.


