>$_REQUEST is an associative array consisting of the contents of $_GET,
>$_POST, $_COOKIE, and $_FILES
Also, they are not function but arrays, as Hatem said.
You can usa $_REQUEST as a "catch-all" that provides you with both what
was passed to your page through the URL query ($_GET) and what was
MAIL PROTECTED]>
Sent: Sunday, October 06, 2002 1:50 AM
Subject: [PHP-DB] $_POST And $_REQUEST
> Hi all,
> What is the difference between the $_POST and $_REQUEST functions (I
> can't find it in the docs)?
> Thanks, Taj
>
>
> --
> PHP Database Mailing List (htt
Hi all,
What is the difference between the $_POST and $_REQUEST functions (I
can't find it in the docs)?
Thanks, Taj
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php