while (list($k,$v) = each($HTTP_POST_VARS)) {
        echo "<br>$k = $v";
}

On Mon, 2001-08-27 at 21:48, Andy Ladouceur wrote:
> Hello all,
> I am wondering if there is a command or function to get a list of all the
> current '$HTTP_POST_VARS["variable"]' variables? Or, a user-created way...
> Any helps appreciated, thanks!
> -Andy L.
> 
> 
> 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to