Well i know this is some newbie question but i´m stuck in this how can i get the select option value??
<label for="tipo_resp">Tipo resposta:</label> <select id="tipo_resp" name="tipo_resp" tabindex="3"> <? do{ ?> <option value="<?=$tipos->id; ?>"><? echo $tipos->tipo; ?></option> <? }while($tipos = mysql_fetch_object($resultado_tipos)); ?> </select><br /> i have to get the values to append the right tag for the answer -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com