en el formulario aparece:
RED: 5544-6677 5544-8866
al actualizar pasa esto:
RED: 5544-6677 5544-8866 5544-6677 5544-8866
y en la base de datos el registro hace esto:
id_telefono telefono id_persona
1 5544-6677 Á 5544-8866 Á 10001
tambien me agrega un espacio antes del primer numero del telefono
esto esta en el formulario:
Código PHP:
Ver original
<tr> <td height="44">Red:</td> <td><input size="70" name='telefono' type='text' maxlength='50' value=" <?php while( $i >= 1 ) { echo $telefono; ?> <?php $i--; } ?>"></td> </tr>
me habia ocurrido al parecido con el nombre y tuve que poner en un input el nombre en otro el apellido paterno y en otro el materno