Código PHP:
<?
if(!isset($_GET["inyeccion"])){
header("location: ?inyeccion='");
} else {
echo 'Tu servidor ';
if($_GET["inyeccion"] != "'")echo 'no ';
echo 'tiene problemas de inyección';
}
?>
y lo que a mi me salto fue esto :
Código HTML:
Warning: Cannot modify header information - headers already sent by (output started at /home/user/public_html/rere.php:9) in /home/user/public_html/rere.php on line 11
cuando uno comenta todos aprenden
muchas gracias desde ya.