|
$_REQUEST is bad, just for questions you ask already!
Always only use $_POST methods, because $_GET fails if the URI in IE is more then 2048 bytes.
Also this way you can properly distinguish form mode settings ($_GET stuff in action="") and the form data ($_POST contains form fields)
__________________

UT: Ultra-kill... God like!
|