Daniel BI wrote: > > Did anybody have the same error? > > I have this simple script: > > =============== > <? > session_start() ; > ?> > > <FORM METHOD=POST NAME="form1" > ENCTYPE="multipart/form-data" ACTION="another_script.php"> > > <SELECT NAME="sel" onChange='hidden_filed.value=this.value<<3"> Maybe it's just typo, but line above should be: <SELECT NAME="sel" onChange="hidden_field.value=this.value<<3"> -- Pavel a.k.a. Papi -- 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]