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