in reply to script problems1

i notice the $I problem and changed it i do have the form tags. and when i put the "value" into the option box the tree just out puts "Value=0>0" instead of "0". i'm still getting nothing into the database though. any more ideas???

Replies are listed 'Best First'.
Re: Re: script problems1
by rchiav (Deacon) on Apr 04, 2001 at 19:20 UTC
    this may be an over symplistic response here but is "value" inside your OPTION tag? Like..
    <OPTION VALUE="0"> 0 </OPTION>
    or
    <OPTION> VALUE="0"> 0 </OPTION>
    The value parameter needs to be within the tag. Rich