> The multiple selected values can be accessed by "<? print $variable_name[0]; > ?>" where 0 is the index of the value you want to retrive. Thanx for the info. But how do I know how many values did the user select from that multiple select? Kedar