In article <GNLT20$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Mweb) wrote:
> foreach (var, key) in HTTP POST VARS {
>
> print "VAR: $var KEY = $key
> }
>
> It works, (meaning that php code is correct, html output is displayed,
> and no error are reported) but only prints three lines, i.e. the two select
> fields are missing.
One or more options in each select field are selected, right? Fields
having no values (such as unchecked radio buttons, etc.) don't get passed.
--
CC
--
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]