View Single Post
Old 03-10-2008, 08:43 AM   #11 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 635
DJMaze is on a distinguished road
$_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!
DJMaze is offline   Reply With Quote