Hi All,
I am having a lot of trouble passing a value thru cgi. A dropdown list is being populated by values obtained from a database - the dropdown displays the values fine in HTML however when one is selected and passed (e.g. submit button is clicked) i am unable to access the value on the subsequent html page thru the normal way (e.g. $FORMNAME{'valuename'}) this method works fine for dropdowns that have pre-assigned values in HTML but not when the values come from a database! What am i doing wrong?
awaiting your wisdom to be bestowed,
the doctor