If I get what you're saying:

<?
foreach ($_POST as $name => $value) {
    print "$name ($value)\n";
}
?>

-J

On Wed, 19 Jun 2002 08:21:55 +1200, Renaldo De Silva wrote:

> how can i get variables posted from a form without  calling then
> distinctly.
> 
> i want to get the names of all the variables the form has poster
> automatically.
> can that be done and if it can how?
> 
> Thanks Renaldo
 

-- 
 Jason Morehouse ([EMAIL PROTECTED])
 Netconcepts LTD - Auckland, New Zealand
 * Linux: Because rebooting is for adding hardware.

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

Reply via email to