Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/11/2009, 15:46
Avatar de mauro770
mauro770
 
Fecha de Ingreso: mayo-2009
Mensajes: 109
Antigüedad: 14 años, 11 meses
Puntos: 1
Respuesta: Warning: Cannot modify header information

curiosamente solo tengo esto en el archivo:
Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin t&iacute;tulo</title>
</head>

<body>
<p><?PHP
if(!isset($_GET["inyeccion"])){ 
 
header("location: ?inyeccion='"); 
} else { 
 echo 
'Tu servidor '
 if(
$_GET["inyeccion"] != "'")echo 'no '
 echo 
'tiene problemas de inyección'

?>


</body>
</html>
zeus voy a probar lo que me comentas.

slaudos