Código PHP:
Ver original
echo'<form name="formi" method="post" action="processppym.php?modulo=acceso&caso=actualizar&id='.$row["id"].'">'; ?> <table width="100%" border="0" cellspacing="3" cellpadding="0"> <tr> <td width="50%" valign="top"><table width="100%" border="0" cellspacing="3" cellpadding="3"> <tr> <td width="50%" align="right" bgcolor="#eeeeee"><strong>Acceso:</strong></td> <td bgcolor="#eeeeee" align="left"><select name="acce" id="acce"> <option value="-">Selecciona...</option> <option value="2" class="verde">Con Acceso</option> </select></td> </tr> </table></td> </tr> </table> <input type="submit" name="Submit" value="SUBMIT" />
No importa cual opcion escoja,siempretermina mandando el "-" , o sea,no cambie el valor de value le ponga lo que le ponga. Espero que alguien me pueda orientar, saludos y de antemano gracias.