Re: Recover POST form

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, 6 Nov 2004 23:32:23 +0100, Christian Ista <ml@xxxxxxxx> wrote:
> In a PHP page I use a form with POST method.
> 
> I'd like in the action page recover all the variable posted. Could you tell
> me how to do that ?

They are available in the $_POST array.

echo '<pre>';
print_r($_POST);
echo '</pre>';


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux