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
$_REQUEST is an associative array consisting of the contents of $_GET, $_POST, $_COOKIE, and $_FILES http://www.php.net/manual/en/reserved.variables.php - Original Message - From: "Shoulder to Shoulder Farm" <[EMAIL PROTECTED]> To: "PHP Database List" <[EMAIL PROTECTED]> Sent: Sunday, O