Ver Mensaje Individual
  #4 (permalink)  
Antiguo 28/10/2007, 08:54
Avatar de Seppo
Seppo
 
Fecha de Ingreso: marzo-2005
Ubicación: Buenos Aires, Argentina
Mensajes: 1.284
Antigüedad: 19 años, 1 mes
Puntos: 17
Re: Problema enviar y recibir variable por post

Es preferible escapar las entidades html con htmlentities

Código PHP:
<input type="text" name="name" value="<?php echo htmlentities($VariableENT_QUOTES); ?>" />