Re: [PHP-DB] $_POST And $_REQUEST

2002-10-06 Thread Marco Tabini
>$_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

Re: [PHP-DB] $_POST And $_REQUEST

2002-10-05 Thread Hatem Ben
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

[PHP-DB] $_POST And $_REQUEST

2002-10-05 Thread Shoulder to Shoulder Farm
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