Ver Mensaje Individual
  #12 (permalink)  
Antiguo 26/08/2011, 15:10
Avatar de PHPaniel
PHPaniel
 
Fecha de Ingreso: abril-2011
Mensajes: 16
Antigüedad: 13 años
Puntos: 2
Pregunta Respuesta: Problemas con los apostrofes al guardar registro en mysql con php

Y ESTE UNO DE LOS CAMPOS DEL CUAL DEBO REGISTRA Y GUARDARLO EN LA BASE DE DATOS

Código PHP:
<input name="mactor" type="text" class="input-rojo" id="mactor" value="<?php echo $row_rsT['mactor']; ?>" maxlength="500" />
<textarea name="cactor" rows="4" class="input-rojo" id="cactor"><?php echo $row_rsT['cactor']; ?></textarea>