Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/11/2014, 09:50
plasma_go
 
Fecha de Ingreso: mayo-2014
Ubicación: Mexico
Mensajes: 79
Antigüedad: 10 años
Puntos: 2
Respuesta: Php con MySQL (novato o tan siquiera eso aún)

Quedaria algo asi
Código PHP:
Ver original
  1. <td colspan="2"><b>Otros:</b><br/> <?= stripslashes($row['otro']) ?>
  2. <select multiple name="otro">
  3. <?php
  4. for($i =0; $i < 7; $i++)
  5.           echo "<option value='" .$i. "'" .$row['otro']= $i. "selected'>" .$i. "</option>";
  6. ?>
  7. </select>
  8. </td>