foreach($_POST as $name=>$value) {
    echo "$name = $value<br />\n";
}

On Tue, 18 Jun 2002, 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
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


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

Reply via email to