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>