Monday, January 9, 2012

Question about php?

$_REQUEST is a PHP-defined superglobal array. If you are trying to use the $_REQUEST array, you need to get the capitalization correct. It's in all upper-case, just like $_POST, $_FILES and $_SERVER (to name a few).

0 comments:

Post a Comment