[PHP] Re: HTTP_POST_VARS truncated

2001-11-30 Thread CC Zona
In article , [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 wer

[PHP] Re: HTTP_POST_VARS truncated

2001-11-30 Thread mweb
> 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

[PHP] Re: HTTP_POST_VARS truncated

2001-11-30 Thread CC Zona
In article , [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