Ver Mensaje Individual
  #8 (permalink)  
Antiguo 26/12/2012, 12:57
Avatar de homlyne
homlyne
 
Fecha de Ingreso: noviembre-2012
Ubicación: Madrid
Mensajes: 59
Antigüedad: 11 años, 5 meses
Puntos: 10
Respuesta: Publicar en varias paginas php a la vez

Cita:
Iniciado por ginesgb Ver Mensaje
He efectuado los pasos pero creo que no no es así debido a que no lo limpia.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Untitled Page</title>
<link rel="stylesheet" href="Admin.css" type="text/css">
<link rel="stylesheet" href="incidencia.css" type="text/css">
</head>
<body>
<div id="container">
<div id="wb_indexImage1">
<img src="images/wwb_img1.jpg" id="indexImage1" alt="" border="0"></div>
<div id="wb_indexImage2">
<img src="images/wwb_img2.jpg" id="indexImage2" alt="" border="0"></div>
<div id="wb_indexText1">
$true_text = html_entity_decode($res2['comentario.txt']);
//echo $true_text;
<textarea name="consolaTextArea1" id="consolaTextArea1" rows="10" cols="93"readonly="readonly"><p></p> <?php echo $abierto =fopen ("comentario.txt","r"); fpassthru ($abierto); fclose ($abierto);$true_text;?></p></textarea>
<input type="submit" id="consolaButton1" name="" value="Continuar">
</div>
</body>
</html>
Prueba con htmlspecialchars_decode(), a mi me lo limpia.
__________________
_________________________

Homlyne - Soporte Online