In article <GNMDDQ$[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Mweb) wrote:

> > 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.
> 
> Yes, I know empty values are not passed, and, yes, the options were
> selected (I tried with different values because I started thinking
> I was having some browser cache problem: other variable were always
> printed with the latest value, except the select ones)

Hmm.  Have you validated the HTML too?  Maybe there's some subtle 
syntactical error that's preventing the select values from being passed...??

When you var_dump($HTTP_POST_VARS) or print_r($HTTP_POST_VARS), the selects 
aren't showing there, either, I assume...

-- 
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]

Reply via email to